We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84ee38 commit b292a43Copy full SHA for b292a43
.github/workflows/images.yaml
@@ -57,7 +57,7 @@ jobs:
57
# main branch or tag pushes
58
- name: CI Build ${{ matrix.name }}
59
if: ${{ github.event_name != 'pull_request_target' }}
60
- uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
+ uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
61
id: docker_build_ci_main
62
with:
63
context: .
@@ -79,7 +79,7 @@ jobs:
79
# PR updates
80
81
if: ${{ github.event_name == 'pull_request_target' }}
82
83
id: docker_build_ci_pr
84
85
0 commit comments