Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
docs(main): change gorelease config
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Apr 14, 2023
1 parent d9f8b04 commit b589b2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
TAG=${GITHUB_REF#refs/tags/}
echo tag_name=${TAG} >> $GITHUB_OUTPUT
- uses: sigstore/cosign-installer@v3.0.1
- uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2
- uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2
- name: Login to GitHub Container Registry
Expand Down
8 changes: 0 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,6 @@ changelog:
order: 400
- title: Other work
order: 9999
docker_signs:
- cmd: cosign
artifacts: manifests
output: true
args:
- 'sign'
- '${artifact}@${digest}'
- --yes

release:
prerelease: auto
Expand Down

0 comments on commit b589b2e

Please sign in to comment.