Skip to content
Snippets Groups Projects
Commit aff9bca4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update .gitlab-ci.yml

parent 1ba3471d
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
...@@ -86,7 +86,7 @@ build: ...@@ -86,7 +86,7 @@ build:
--build-arg no_proxy="$no_proxy" --build-arg no_proxy="$no_proxy"
$AUTO_DEVOPS_BUILD_IMAGE_EXTRA_ARGS \ $AUTO_DEVOPS_BUILD_IMAGE_EXTRA_ARGS \
--tag "$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG" --tag "$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG"
--tag "$CI_APPLICATION_REPOSITORY:latest". --tag "$CI_APPLICATION_REPOSITORY:latest" .
- docker push "$CI_APPLICATION_REPOSITORY:latest" - docker push "$CI_APPLICATION_REPOSITORY:latest"
- docker push "$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG" - docker push "$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG"
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment