File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4646 nginx-tag : " ${{ steps.target_nginx_tag.outputs.tag }}"
4747 matrix-nginx : " ${{ matrix.nginx }}"
4848 docker-repository : " ${{ vars.DOCKER_REPOSITORY }}"
49- - name : Install Cosign
50- uses : sigstore/cosign-installer@v3
5149 - uses : docker/setup-qemu-action@v3
5250 name : Set up QEMU
5351 - uses : docker/setup-buildx-action@v3
7068 build-args : NGINX_TAG=${{ steps.target_nginx_tag.outputs.tag }}
7169 provenance : mode=max
7270 sbom : true
71+ - name : Install Cosign
72+ uses : sigstore/cosign-installer@v3
7373 - name : Sign the images with GitHub OIDC Token
7474 if : ${{ steps.target_tags.outputs.tags != '' }}
7575 env :
Original file line number Diff line number Diff line change 9494 build-args : NGINX_TAG=${{ steps.target_nginx_tag.outputs.tag }}
9595 provenance : mode=max
9696 sbom : true
97+ - name : Install Cosign
98+ uses : sigstore/cosign-installer@v3
9799 - name : Sign the images with GitHub OIDC Token
98100 if : ${{ steps.check_if_update_is_necessary.outputs.needs_update == 'true' && steps.target_image_name.outputs.tags != '' }}
99101 env :
You can’t perform that action at this time.
0 commit comments