From f5e670eba0e71a1a84b28ac87185771271adf5f9 Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Thu, 27 Jun 2024 09:10:28 +0200 Subject: [PATCH] chore: fix ref name for image tag --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c21a3a..27832e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,5 +139,5 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: aoepeople/vistecture:${{ github.ref }} + tags: aoepeople/vistecture:${{ github.ref_name }} platforms: linux/amd64,linux/arm64