From b8b1f7d8ee77deca938fe254624b7266edbc977a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Sat, 1 May 2021 20:54:29 +0200 Subject: [PATCH] Update usage of GIT_TAG_NAME variable --- .github/workflows/release_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_tag.yml b/.github/workflows/release_tag.yml index 5c19e15..0c34149 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/release_tag.yml @@ -71,4 +71,4 @@ jobs: uses: docker/build-push-action@v2 with: push: true - tags: tomasfarias/c2g:${{ GIT_TAG_NAME }},tomasfarias/c2g:latest + tags: tomasfarias/c2g:$GIT_TAG_NAME,tomasfarias/c2g:latest