EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c64ea020 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

push dev tag to registry from main

parent 7a40ecce
No related branches found
No related tags found
No related merge requests found
Pipeline #28008 failed
......@@ -16,7 +16,9 @@ publish_latest:
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
- docker build -t $CI_REGISTRY_IMAGE .
- docker build -t $CI_REGISTRY_IMAGE:dev -f client/Dockerfile.dev
- docker push $CI_REGISTRY_IMAGE:latest
- docker push $CI_REGISTRY_IMAGE:dev
only:
- main
......
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