try using my user instead of the group
This commit is contained in:
3
.github/workflows/actions.yml
vendored
3
.github/workflows/actions.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
env:
|
env:
|
||||||
IMAGE_REGISTRY: ghcr.io
|
IMAGE_REGISTRY: ghcr.io
|
||||||
|
TOKEN_USER: HotaruBlaze
|
||||||
IMAGE_OWNER: fluttershub
|
IMAGE_OWNER: fluttershub
|
||||||
IMAGE_NAME: homepage
|
IMAGE_NAME: homepage
|
||||||
|
|
||||||
@@ -38,7 +39,7 @@ jobs:
|
|||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.IMAGE_REGISTRY }}
|
registry: ${{ env.IMAGE_REGISTRY }}
|
||||||
username: ${{ env.IMAGE_OWNER }}
|
username: ${{ env.TOKEN_USER }}
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Build and push - x64
|
- name: Build and push - x64
|
||||||
|
|||||||
Reference in New Issue
Block a user