Skip to content

Commit

Permalink
setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Paulic committed Sep 20, 2024
1 parent ce39fe5 commit 2536163
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-workflow-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
username: ${{ secrets.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}

- name: Set up Docker Buildx
with:
platform: linux/amd64,linux/arm64
uses: docker/setup-buildx-action@v3

- name: Build Docker Image
run: |
echo "Building image: $REGISTRY/$IMAGE_NAME:$IMAGE_TAG"
Expand Down

0 comments on commit 2536163

Please sign in to comment.