We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5b6dc commit 9c628a9Copy full SHA for 9c628a9
.github/workflows/images.yaml
@@ -59,7 +59,7 @@ jobs:
59
# main branch or tag pushes
60
- name: CI Build ${{ matrix.name }}
61
if: ${{ github.event_name != 'pull_request_target' }}
62
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
63
id: docker_build_ci_main
64
with:
65
context: .
@@ -82,7 +82,7 @@ jobs:
82
# PR updates
83
84
if: ${{ github.event_name == 'pull_request_target' }}
85
86
id: docker_build_ci_pr
87
88
0 commit comments