Update ci_templates/.cic-template.yml

This commit is contained in:
Blair Vanderlugt 2021-03-01 14:24:38 +00:00
parent ca8c1b1f27
commit bbc948757f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" $CI_REGISTRY --password-stdin
variables:
CI_DEBUG_TRACE: "true"
TIMESTAMP: `date +%F.%H%M%S`
TIMESTAMP: $(date +%F.%H%M%S)
IMAGE_TAG: $CI_REGISTRY_IMAGE/$APP_NAME:$CI_COMMIT_BRANCH-$CI_COMMIT_SHORT_SHA-$TIMESTAMP
LATEST_TAG: $CI_REGISTRY_IMAGE/$APP_NAME:latest
script: