Skip to content

Commit

Permalink
chore: fix latest tag release
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly committed May 27, 2023
1 parent 027b1b9 commit 443142d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# args: release --clean --timeout 90m
# workdir: backend
run: |
go install github.com/goreleaser/goreleaser@6de7ce799e20465544b62233ea4ab197e5d57a22
go install github.com/goreleaser/goreleaser@d0cf457136ebae8ced6b64c9be061ab302cbb1a8
cd backend && goreleaser release --clean --timeout 90m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kos:
- repository: ghcr.io/kyverno/playground
tags:
- '{{.Tag}}'
- '{{ if not .Prerelease }}latest{{ else }}latest-prerelease{{ end }}'
- '{{ if not .Prerelease }}latest{{ end }}'
bare: true
preserve_import_paths: false
sbom: none
Expand Down

0 comments on commit 443142d

Please sign in to comment.