Update .github/workflows/build-and-push.yaml
Some checks failed
ci / build (push) Failing after 35m37s
Some checks failed
ci / build (push) Failing after 35m37s
This commit is contained in:
parent
2862d9cd3c
commit
1f6a768b78
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-push.yaml
vendored
4
.github/workflows/build-and-push.yaml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ steps.repository.outputs.registry }}
|
||||
username: ${{ github.repository }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
|
Loading…
Reference in a new issue