Skip to content

Commit

Permalink
goreleaser: witch to use instead of use_buildx (profclems#944)
Browse files Browse the repository at this point in the history
use_buildx is deprecated in favor of the more generalist use

https://goreleaser.com/deprecations/\#dockeruse_buildx
  • Loading branch information
profclems committed Jan 19, 2022
1 parent 8d15282 commit 5e0d9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dockers:
- 'profclems/glab:{{ .Tag }}-amd64'
- 'ghcr.io/profclems/glab:{{ .Tag }}-amd64'
dockerfile: Dockerfile
use_buildx: true
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -50,7 +50,7 @@ dockers:
- 'profclems/glab:{{ .Tag }}-arm64'
- 'ghcr.io/profclems/glab:{{ .Tag }}-arm64'
dockerfile: Dockerfile
use_buildx: true
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit 5e0d9dc

Please sign in to comment.