Skip to content

Commit d9810b0

Browse files
authored
gha: fix release workflow file (#394)
1 parent 9c1c7b3 commit d9810b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
3030
password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
3131
- name: "Build Faabric container"
32-
uses: docker/build-push-action@v5.1
32+
uses: docker/build-push-action@v5.2.0
3333
with:
3434
push: true
3535
file: docker/${{ matrix.image }}.dockerfile

0 commit comments

Comments
 (0)