We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29915ab commit 248754eCopy full SHA for 248754e
1 file changed
.github/workflows/_docker-publish.yml
@@ -71,7 +71,7 @@ jobs:
71
type=semver,pattern=v
72
73
- name: Build and push Docker image (all)
74
- uses: docker/build-push-action@e6ef1f314e8a75f35e85dbd71ebe08d4b3005fc8 # v6.2.0
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
75
with:
76
context: .
77
push: true
@@ -84,7 +84,7 @@ jobs:
84
cache-to: type=gha,mode=max
85
86
- name: Build and push Docker image (slim)
87
88
89
90
0 commit comments