We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0763134 commit 69fbe9aCopy full SHA for 69fbe9a
.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@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
+ uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
52
with:
53
context: .
54
push: ${{ github.event_name != 'pull_request' }}
0 commit comments