Skip to content

Commit

Permalink
gha: fix release workflow file (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Mar 12, 2024
1 parent 9c1c7b3 commit d9810b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
- name: "Build Faabric container"
uses: docker/build-push-action@v5.1
uses: docker/build-push-action@v5.2.0
with:
push: true
file: docker/${{ matrix.image }}.dockerfile
Expand Down

0 comments on commit d9810b0

Please sign in to comment.