We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fa540 commit 2d0f3f6Copy full SHA for 2d0f3f6
1 file changed
action-templates/actions/action-build-image/action.yml
@@ -58,7 +58,7 @@ runs:
58
labels: ${{inputs.image-labels}}
59
60
- name: Build and push image
61
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
+ uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
62
with:
63
context: ./${{ inputs.path }} # zizmor: ignore[template-injection]
64
push: true
0 commit comments