Skip to content

Commit 27cdd6c

Browse files
authored
Merge pull request #249 from EmmEff/update-ci
Update CI
2 parents c5381e5 + 7bcf055 commit 27cdd6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ jobs:
118118
- run:
119119
name: Install syft
120120
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
124121
- run:
125122
name: Install cosign
126123
command: |
@@ -129,6 +126,9 @@ jobs:
129126
wget -q -O - "https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/cosign_checksums.txt" | grep -w cosign-linux-amd64 | sha256sum -c
130127
install cosign-linux-amd64 /usr/local/bin/cosign
131128
rm cosign-linux-amd64
129+
- run:
130+
name: Publish Release
131+
command: curl -sfL https://goreleaser.com/static/run | DISTRIBUTION=oss bash -s -- release
132132
- run:
133133
name: Attach attestations to image
134134
command: |

0 commit comments

Comments
 (0)