From a573925b7a37d03669378ac5bb01bd879cf5ba08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0malec?= Date: Tue, 30 Jan 2024 10:15:48 +0100 Subject: [PATCH] feat: changing tag for built image --- .github/workflows/docker-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index 86efc3e..c7d4b99 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -34,7 +34,7 @@ jobs: ghcr.io/lablabs/bottlerocket-registry-auth-helper # generate Docker tags based on the following events/attributes tags: | - type=raw,value=${{ github.ref }} + type=raw,value=${{ GITHUB_REF_NAME }} - name: Build image and push to GitHub Container Registry uses: docker/build-push-action@v3