File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,13 @@ jobs:
4646 tags : oci.stackable.tech/sdp/${{ matrix.ubi-version }}-rust-builder:${{ env.TAG }}
4747 - name : Sign the published builder image
4848 shell : bash
49+ env :
50+ DIGEST : ${{ steps.build-and-push.outputs.digest }}
4951 run : |
5052 # Refer to image via its digest (oci.stackable.tech/sdp/airflow@sha256:0a1b2c...)
5153 # This generates a signature and publishes it to the registry, next to the image
5254 # Uses the keyless signing flow with Github Actions as identity provider
53- cosign sign -y "oci.stackable.tech/sdp/${{ matrix.ubi-version }}-rust-builder@${{ steps.build-and-push.outputs.digest }} "
55+ cosign sign -y "oci.stackable.tech/sdp/${{ matrix.ubi-version }}-rust-builder@$DIGEST "
5456 create_manifest :
5557 permissions :
5658 id-token : write
You can’t perform that action at this time.
0 commit comments