From 49e18da23e58c10d672882db72e22f9c8f3bc1d3 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Tue, 14 Feb 2023 13:50:34 +0100 Subject: [PATCH] Do not escape tag name $() syntax is not interpreted by the Dockerfile --- .github/workflows/publish-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index 34f52e0ed..39bab4d0d 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -92,7 +92,7 @@ jobs: build-args: | COMMIT_SHA=${{ github.sha }} COMMIT_DATE=${{ steps.build-metadata.outputs.date }} - GIT_TAG=$(printf "%q" ${{ github.ref_name }}) + GIT_TAG=${{ github.ref_name }} # /!\ Don't touch this without checking with Cloud team - name: Send CI information to Cloud team