We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be63c0 commit 6b5e89eCopy full SHA for 6b5e89e
.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@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
+ uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.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