Skip to content

Commit

Permalink
Restore automatically pushing new releases to Docker Hub (#4004)
Browse files Browse the repository at this point in the history
  • Loading branch information
clouvet authored Oct 15, 2024
1 parent 91759e7 commit eebf4b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,15 @@ archives:
wrap_in_directory: false
format: zip

dockers:
- goos: linux
goarch: amd64
image_templates:
- "flyio/flyctl:latest"
- "flyio/flyctl:v{{ .Version }}"
- "ghcr.io/superfly/flyctl:latest"
- "ghcr.io/superfly/flyctl:v{{ .Version }}"
skip_push: auto

release:
disable: false

0 comments on commit eebf4b8

Please sign in to comment.