Skip to content

Commit 94fdd46

Browse files
authored
Merge pull request #250 from EmmEff/update-ci
Update CI
2 parents 27cdd6c + eb016ee commit 94fdd46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ 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
121124
- run:
122125
name: Install cosign
123126
command: |
@@ -126,9 +129,6 @@ jobs:
126129
wget -q -O - "https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSION}/cosign_checksums.txt" | grep -w cosign-linux-amd64 | sha256sum -c
127130
install cosign-linux-amd64 /usr/local/bin/cosign
128131
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)