File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 run : docker logout public.ecr.aws
9292
9393 - name : Build and push image according to input
94- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 6.18.0
94+ uses : docker/build-push-action@v5
9595 with :
9696 push : ${{ inputs.push_image }}
9797 context : .
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181
182182 # Publish to public ECR
183183 - name : Build and push public ECR image
184- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
184+ uses : docker/build-push-action@v5
185185 with :
186186 push : true
187187 context : .
@@ -192,7 +192,7 @@ jobs:
192192
193193 # Publish to private ECR
194194 - name : Build and push private ECR image
195- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
195+ uses : docker/build-push-action@v5
196196 with :
197197 push : true
198198 context : .
You can’t perform that action at this time.
0 commit comments