File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
password : ${{ secrets.GITHUB_TOKEN }}
131
131
132
132
- name : Build container images
133
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
133
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
134
134
with :
135
135
platforms : linux/amd64,linux/arm/v7,linux/arm64
136
136
tags : ${{ env.IMAGE_NAME }}:latest
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
- name : Push container images
146
146
if : ${{ env.IMAGE_TAG != '' }}
147
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
147
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
148
148
with :
149
149
platforms : linux/amd64,linux/arm/v7,linux/arm64
150
150
push : true
You can’t perform that action at this time.
0 commit comments