File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ jobs:
118
118
- run :
119
119
name : Install syft
120
120
command : curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
121
+ - run :
122
+ name : Publish Release
123
+ command : curl -sfL https://goreleaser.com/static/run | DISTRIBUTION=oss bash -s -- release
121
124
- run :
122
125
name : Install cosign
123
126
command : |
@@ -126,9 +129,6 @@ jobs:
126
129
wget -q -O - "https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/cosign_checksums.txt" | grep -w cosign-linux-amd64 | sha256sum -c
127
130
install cosign-linux-amd64 /usr/local/bin/cosign
128
131
rm cosign-linux-amd64
129
- - run :
130
- name : Publish Release
131
- command : curl -sfL https://goreleaser.com/static/run | DISTRIBUTION=oss bash -s -- release
132
132
- run :
133
133
name : Attach attestations to image
134
134
command : |
You can’t perform that action at this time.
0 commit comments