don't cache the docker build
This commit is contained in:
parent
b2e60189bd
commit
78761eb37e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ if [ "${REQ_UPLOAD}" == "0" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Local ${REPO_NAME}:${IMAGE_VERSION} does not exist, building..."
|
echo "Local ${REPO_NAME}:${IMAGE_VERSION} does not exist, building..."
|
||||||
docker build -t ${REPO_NAME}:${IMAGE_VERSION} .
|
docker build -t ${REPO_NAME}:${IMAGE_VERSION} . --no-cache
|
||||||
|
|
||||||
#upload the image into ECR
|
#upload the image into ECR
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue