Typo DOCKER_GIT_TAG env var
This commit is contained in:
parent
c1efe760ac
commit
dc51c6944d
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user