Skip to content

Commit

Permalink
Add buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Sep 3, 2024
1 parent f849e9e commit 42e7ddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Docker login to ACR
run: az acr login --name ${{ secrets.REGISTRY_NAME }}

- name: Set up Docker buildx
uses: docker/setup-buildx-action@v3

- name: Build and push image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 42e7ddb

Please sign in to comment.