We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e56e8f commit e0af824Copy full SHA for e0af824
.github/workflows/build-publish-image.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build and push Docker image
53
id: build-and-push
54
- uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
+ uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6
55
with:
56
context: .
57
file: ./docker/Dockerfile
0 commit comments