File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,6 @@ 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
124
121
- run :
125
122
name : Install cosign
126
123
command : |
@@ -129,6 +126,9 @@ jobs:
129
126
wget -q -O - "https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/cosign_checksums.txt" | grep -w cosign-linux-amd64 | sha256sum -c
130
127
install cosign-linux-amd64 /usr/local/bin/cosign
131
128
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