try using my user instead of the group

This commit is contained in:
2022-04-13 23:23:53 +01:00
committed by GitHub
parent c5bd33bf75
commit 7c80bbbd71

View File

@@ -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