We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e05a3b commit 624c4a3Copy full SHA for 624c4a3
.github/workflows/docker-build.yml
@@ -72,7 +72,7 @@ jobs:
72
version: latest
73
74
- name: Build and cache Docker images
75
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
+ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
76
with:
77
context: ${{ matrix.context }}
78
file: ${{ matrix.file }}
@@ -177,7 +177,7 @@ jobs:
177
type=semver,pattern={{version}}-{{sha}},priority=901
178
179
- name: Build and push Docker images
180
181
182
183
0 commit comments