From cf3c85a30684df41fcdb7e198f0fa5f768edb297 Mon Sep 17 00:00:00 2001 From: flkhndlr Date: Tue, 18 Jul 2023 21:21:18 +0200 Subject: [PATCH] try to create right image building --- .github/workflows/main.yml | 2 +- .goreleaser.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b56124a..61e2f20 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ permissions: jobs: goreleaser: - runs-on: ubuntu-latest + runs-on: alpine-latest steps: - uses: actions/checkout@v3 with: diff --git a/.goreleaser.yml b/.goreleaser.yml index ecc073a..932bd31 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -28,9 +28,8 @@ dockers: - goos: linux goarch: amd64 + goamd64: "v2" dockerfile: goreleaser.dockerfile - build_flag_templates: - - "--label=org.opencontainers.image.source={{.GitURL}}" image_templates: - 'ghcr.io/telekom-mms/grafiport:{{ .Tag }}' - 'ghcr.io/telekom-mms/grafiport:latest'