From 5ea4651365f51c2f86435f09ff3ef8e8611350df Mon Sep 17 00:00:00 2001 From: Mathias Gebbe Date: Sat, 19 Aug 2023 22:16:40 +0200 Subject: [PATCH] ci: use ref name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c07d3d..5264e45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,4 +37,4 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository }}:${GITHUB_REF#refs/tags/} + tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}