Skip to content

Commit 0d32275

Browse files
committed
Fixed goreleaser dockers, use_buildex is deprecated.
1 parent 5b99867 commit 0d32275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dockers:
6969
- "ghcr.io/laetho/mg:latest"
7070
- "ghcr.io/laetho/mg:{{.Version}}"
7171
dockerfile: Dockerfile
72-
use_buildx: true
72+
use: buildx
7373
skip_push: false
7474
build_flag_templates:
7575
- "--platform=linux/amd64"

0 commit comments

Comments
 (0)