Skip to content

Commit

Permalink
fix: Permissions on released Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenstor committed Jan 15, 2025
1 parent c253367 commit e0fc049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@ dockers:
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.source="https:"//github.com/Devleaps/github-secret-synchronizer"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--platform=linux/amd64"
goarch: amd64
- image_templates:
- "ghcr.io/devleaps/github-secrets-synchronizer:{{ .Tag }}"
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.source="https:"//github.com/Devleaps/github-secret-synchronizer"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
Expand Down

0 comments on commit e0fc049

Please sign in to comment.