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