Skip to content

Commit

Permalink
Update build-and-push-containers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Nov 21, 2024
1 parent 3a1b6c3 commit 814c089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/templates/build-and-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ parameters:
default: 'docker-compose.yml'
steps:
- script: |
docker buildx create --use --name mybuilder
docker buildx inspect mybuilder --bootstrap
docker buildx create --use --name mybuilder
docker buildx inspect mybuilder --bootstrap
displayName: Set up Docker Buildx
- script: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down

0 comments on commit 814c089

Please sign in to comment.