Typo DOCKER_GIT_TAG env var

This commit is contained in:
Ben 2023-01-28 11:21:01 +01:00
parent c1efe760ac
commit dc51c6944d

View File

@ -12,7 +12,7 @@ def restoreMTime() {
pipeline {
agent any
environment {
DOCKER_GIT_TAG="$AWS_ECR_URL/$JOB_BASE_NAME:${$GIT_COMMIT.substring(0,8)}"
DOCKER_GIT_TAG="$AWS_ECR_URL/$JOB_BASE_NAME:${GIT_COMMIT.substring(0,8)}"
DOCKER_LATEST_TAG="$AWS_ECR_URL/$JOB_BASE_NAME:latest"
DOCKER_BUILDKIT=1
}