Update .github/workflows/build-and-push.yaml
All checks were successful
ci / build (push) Successful in 34m40s
All checks were successful
ci / build (push) Successful in 34m40s
This commit is contained in:
parent
0b2c70ec3c
commit
8c27f2f322
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-and-push.yaml
vendored
6
.github/workflows/build-and-push.yaml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ steps.repository.outputs.registry }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
username: ${{ secrets.PACKAGES_USER }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
@ -47,5 +47,5 @@ jobs:
|
|||
push: true
|
||||
allow: network.host
|
||||
network: host
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.docker.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue