fix: Fix syntax error in build_image_for_commit
This commit is contained in:
parent
ae7803a6c3
commit
553fa39ac4
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ build_image_for_commit:
|
|||
- docker pull $CI_REGISTRY_IMAGE:latest || true
|
||||
- docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||
- docker cp $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA:
|
||||
|
||||
deploy_to_tags:
|
||||
stage: deploy_tags
|
||||
|
|
Loading…
Reference in a new issue