File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/artifacts_build Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 - name : Set up QEMU
7070 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6.0
7171
72- # - name: Set up Docker Buildx
73- # uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
72+ - name : Set up Docker Buildx
73+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
7474
7575 - name : Login to private AWS ECR
7676 if : ${{ inputs.push_image == true || inputs.push_image == 'true' }}
9090 run : docker logout public.ecr.aws
9191
9292 - name : Build and push image according to input
93- uses : docker/build-push-action@v5 # v6.18.0
93+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
9494 with :
9595 push : ${{ inputs.push_image }}
9696 context : .
You can’t perform that action at this time.
0 commit comments