mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-11 17:52:50 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f42de34780 | ||
|
|
88f56a2bdb |
5
.github/workflows/goreleaser.yml
vendored
5
.github/workflows/goreleaser.yml
vendored
@@ -23,6 +23,11 @@ jobs:
|
||||
|
||||
- run: make build-ui
|
||||
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: "securitybrewery"
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
|
||||
@@ -15,10 +15,9 @@ dockers:
|
||||
- ids: [ catalyst ]
|
||||
dockerfile: docker/goreleaser.Dockerfile
|
||||
image_templates:
|
||||
- "ghcr.io/securitybrewery/catalyst:main"
|
||||
- "ghcr.io/securitybrewery/catalyst:latest"
|
||||
- "ghcr.io/securitybrewery/catalyst:{{.Tag}}"
|
||||
- "ghcr.io/securitybrewery/catalyst:v{{.Major}}"
|
||||
- "ghcr.io/securitybrewery/catalyst:v{{.Major}}.{{.Minor}}"
|
||||
|
||||
archives:
|
||||
- format: tar.gz
|
||||
|
||||
Reference in New Issue
Block a user