We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6432958 commit b8d80b7Copy full SHA for b8d80b7
.github/workflows/container_image.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Build and push Docker image
47
id: build-and-push
48
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
49
with:
50
context: .
51
push: ${{ github.event_name != 'pull_request' }}
0 commit comments