Skip to content

Commit

Permalink
tag latest docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed May 9, 2024
1 parent 65304f8 commit 3bde43f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ builds:
dockers:
- image_templates:
- 'avaplatform/awm-relayer:{{ .Tag }}-amd64'
- 'avaplatform/awm-relayer:latest'
use: buildx
build_flag_templates:
- "--pull"
- "--platform=linux/amd64"
- "--build-arg=GO_VERSION={{ .Env.GO_VERSION }}"
- image_templates:
- 'avaplatform/awm-relayer:{{ .Tag }}-arm64'
- 'avaplatform/awm-relayer:latest'
use: buildx
build_flag_templates:
- "--pull"
Expand Down

0 comments on commit 3bde43f

Please sign in to comment.