From 2b0e84b649efe3a5f46f441fd945f52d2fffacf5 Mon Sep 17 00:00:00 2001 From: Tanner Kvarfordt Date: Sat, 23 Apr 2022 19:21:41 -0600 Subject: [PATCH] Take 6: fixing docker issues --- .goreleaser.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 32989b4..037e1e8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -67,7 +67,7 @@ dockers: goos: linux goarch: arm64 goarm: "7" - use: docker + use: buildx dockerfile: Dockerfile build_flag_templates: - "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot" @@ -91,7 +91,7 @@ dockers: - "ghcr.io/tannerkvarfordt/kard-bot:latest-amd64" goos: linux goarch: amd64 - use: docker + use: buildx dockerfile: Dockerfile build_flag_templates: - "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot" @@ -116,7 +116,7 @@ dockers: goos: linux goarch: arm goarm: "7" - use: docker + use: buildx dockerfile: Dockerfile build_flag_templates: - "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot" @@ -141,7 +141,7 @@ dockers: goos: linux goarch: arm goarm: "6" - use: docker + use: buildx dockerfile: Dockerfile build_flag_templates: - "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot"