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
|
||||
env:
|
||||
IMAGE_REGISTRY: ghcr.io
|
||||
TOKEN_USER: HotaruBlaze
|
||||
IMAGE_OWNER: fluttershub
|
||||
IMAGE_NAME: homepage
|
||||
|
||||
@@ -38,7 +39,7 @@ jobs:
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ${{ env.IMAGE_REGISTRY }}
|
||||
username: ${{ env.IMAGE_OWNER }}
|
||||
username: ${{ env.TOKEN_USER }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Build and push - x64
|
||||
|
||||
Reference in New Issue
Block a user