We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63f227 commit bfb1e6bCopy full SHA for bfb1e6b
1 file changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
password: ${{ secrets.DOCKERHUB_TOKEN }}
26
27
- name: Build and push Docker image
28
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
+ uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
29
with:
30
push: ${{ github.ref_name == 'main' }}
31
tags: jkroepke/wixtoolset:latest
0 commit comments