Skip to content

Commit

Permalink
Use unique build IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Nov 7, 2023
1 parent e47198e commit f09f0e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ builds:
- amd64

kos:
- repository: ghcr.io/futurice/jalapeno
- id: jalapeno
repository: ghcr.io/futurice/jalapeno
build: jalapeno
base_image: alpine
tags:
Expand All @@ -44,7 +45,8 @@ kos:
org.opencontainers.image.url: "https://github.com/futurice/jalapeno"
org.opencontainers.image.source: "https://github.com/futurice/jalapeno"
org.opencontainers.image.documentation: "https://futurice.github.io/jalapeno/"
- repository: ghcr.io/futurice/jalapeno
- id: github-action
repository: ghcr.io/futurice/jalapeno
build: github-action
base_image: alpine
tags:
Expand Down

0 comments on commit f09f0e0

Please sign in to comment.