This commit is contained in:
parent
9a8e901219
commit
f32ffa466d
@ -9,6 +9,6 @@ export DOCKER_BUILDKIT=1
|
||||
tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}"
|
||||
latest_tag="$REGISTRY/$SERVICE:latest"
|
||||
|
||||
docker build -t "$tag" -f $TMP/build_docker.Dockerfile .
|
||||
docker build -t "$tag" --cache-from "$latest_tag" -f $TMP/build_docker.Dockerfile .
|
||||
docker tag "$tag" "$latest_tag"
|
||||
docker push "$tag" "$latest_tag"
|
||||
|
Loading…
Reference in New Issue
Block a user