Do not escape tag name

$() syntax is not interpreted by the Dockerfile
This commit is contained in:
Louis Dureuil 2023-02-14 13:50:34 +01:00
parent 54240db495
commit 49e18da23e
No known key found for this signature in database

View File

@ -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