Skip to content

Commit

Permalink
Fix Goreleaser targets not existing in the Registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Jun 4, 2024
1 parent d3481ad commit 78d1205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dockers:
- "--label=org.opencontainers.image.version={{ .Version }}"
- '--label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}'
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
skip_push: true
- image_templates:
- "ghcr.io/patrickdappollonio/wait-for:{{ .Tag }}-arm64"
goos: linux
Expand All @@ -61,7 +60,6 @@ dockers:
- "--label=org.opencontainers.image.version={{ .Version }}"
- '--label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}'
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
skip_push: true
docker_manifests:
- name_template: "ghcr.io/patrickdappollonio/wait-for:v{{ .RawVersion }}"
image_templates:
Expand Down

0 comments on commit 78d1205

Please sign in to comment.