Skip to content

Commit

Permalink
Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Sep 6, 2024
1 parent 5af613c commit 56ba0cd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ builds:
- linux
- windows
- darwin

dockers:
- image_templates:
- "ghcr.io/devcyclehq/sdk-proxy:{{ .Version }}"
- "ghcr.io/devcyclehq/sdk-proxy:{{ .Tag }}"
- "ghcr.io/devcyclehq/sdk-proxy:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "ghcr.io/devcyclehq/sdk-proxy:latest"
goos: linux
goarch: amd64
dockerfile: Dockerfile
skip_push: false
#
#dockers:
# - image_templates:
# - "ghcr.io/devcyclehq/sdk-proxy:{{ .Version }}"
# - "ghcr.io/devcyclehq/sdk-proxy:{{ .Tag }}"
# - "ghcr.io/devcyclehq/sdk-proxy:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
# - "ghcr.io/devcyclehq/sdk-proxy:latest"
# goos: linux
# goarch: amd64
# dockerfile: Dockerfile
# skip_push: false

archives:
- format: tar.gz
Expand Down

0 comments on commit 56ba0cd

Please sign in to comment.