Switch image tag on short sha

This commit is contained in:
ThomasSamson 2024-10-28 10:04:17 +01:00
parent 866abe755b
commit fe414dc862

View file

@ -55,7 +55,7 @@ jobs:
# Tags are deployed in prod
CONTEXT=prod
ENVIRONMENT=prod
IMAGE_TAG=${{ github.ref_name }}
IMAGE_TAG=sha-${GITHUB_SHA::7}
RELEASE_NAME=prod
TRUSTED_HOST=$(echo ${{ vars.DOMAIN }} | sed 's/\./\\\\\\\\./g')