Skip to content

Commit 596919c

Browse files
committed
test revert docker/build-push-action upgrade
1 parent 38bfe35 commit 596919c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/artifacts_build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
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: .

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: .

0 commit comments

Comments
 (0)