fix(Pipeline): added back QEMU
All checks were successful
Build the Docker Image / docker (push) Successful in 1m22s
All checks were successful
Build the Docker Image / docker (push) Successful in 1m22s
This commit is contained in:
parent
7a658ed6c7
commit
1b8d8ba9bd
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
username: ${{ vars.DOCKER_USERNAME }}
|
username: ${{ vars.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
-
|
||||||
|
name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue