We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c57315 commit 4f45599Copy full SHA for 4f45599
.github/workflows/container_image.yaml
@@ -48,7 +48,7 @@ jobs:
48
type=sha,format=long,prefix=
49
- name: Build and push Docker image
50
id: build-and-push
51
- uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
52
with:
53
context: .
54
push: ${{ github.event_name != 'pull_request' }}
0 commit comments