Skip to content

Commit 6da6862

Browse files
committed
use prev version of build-push-action
1 parent c5a88c1 commit 6da6862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/artifacts_build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
run: docker logout public.ecr.aws
9191

9292
- name: Build and push image according to input
93-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
93+
uses: docker/build-push-action@v5 #v6.18.0
9494
with:
9595
push: ${{ inputs.push_image }}
9696
context: .

0 commit comments

Comments
 (0)