Skip to content

Commit 624c4a3

Browse files
⬆️ Bump docker/build-push-action from 6.16.0 to 6.17.0 (#1572)
1 parent 4e05a3b commit 624c4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
version: latest
7373

7474
- name: Build and cache Docker images
75-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
75+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
7676
with:
7777
context: ${{ matrix.context }}
7878
file: ${{ matrix.file }}
@@ -177,7 +177,7 @@ jobs:
177177
type=semver,pattern={{version}}-{{sha}},priority=901
178178
179179
- name: Build and push Docker images
180-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
180+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
181181
with:
182182
context: ${{ matrix.context }}
183183
file: ${{ matrix.file }}

0 commit comments

Comments
 (0)