We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1c7b3 commit d9810b0Copy full SHA for d9810b0
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }}
30
password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }}
31
- name: "Build Faabric container"
32
- uses: docker/build-push-action@v5.1
+ uses: docker/build-push-action@v5.2.0
33
with:
34
push: true
35
file: docker/${{ matrix.image }}.dockerfile
0 commit comments