We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a88c1 commit 6da6862Copy full SHA for 6da6862
.github/actions/artifacts_build/action.yml
@@ -90,7 +90,7 @@ runs:
90
run: docker logout public.ecr.aws
91
92
- name: Build and push image according to input
93
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
+ uses: docker/build-push-action@v5 #v6.18.0
94
with:
95
push: ${{ inputs.push_image }}
96
context: .
0 commit comments