fix: change username variable
Some checks failed
Create and publish Frontend container image / build-and-push-image (push) Failing after 1m27s
Create and publish Worker container image / build-and-push-image (push) Has been cancelled

This commit is contained in:
zuk 2024-11-14 21:36:07 +01:00
parent 187244fa8d
commit 8651094937
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ forgejo.repository_owner }}
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }}
- name: Extract metadata (tags, labels) for Docker

View file

@ -31,7 +31,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ forgejo.repository_owner }}
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }}
- name: Extract metadata (tags, labels) for Docker