diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b7e9fa0..82ebcf5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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