File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
images : ${{ env.GHCR_IMAGE_NAME }}
28
28
- name : build
29
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0 https://github.com/docker/build-push-action/releases/tag/v6.16 .0
29
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0 https://github.com/docker/build-push-action/releases/tag/v6.17 .0
30
30
with :
31
31
context : .
32
32
push : false
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jobs:
298
298
type=semver,pattern={{version}}
299
299
- name : Build images
300
300
id : push
301
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0 https://github.com/docker/build-push-action/releases/tag/v6.16 .0
301
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0 https://github.com/docker/build-push-action/releases/tag/v6.17 .0
302
302
with :
303
303
outputs : " type=registry,push=true"
304
304
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments