Skip to content
Snippets Groups Projects
Commit 0a616788 authored by Anthony GRAIGNIC's avatar Anthony GRAIGNIC
Browse files

Fix gitlab ci build

parent df01aaa3
No related branches found
No related tags found
No related merge requests found
Pipeline #5885 failed
docker-build:
image: docker:latest
stage: build
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)
# All other branches are tagged with the escaped branch name (commit ref slug)
script:
......@@ -19,6 +21,8 @@ docker-build:
- if: $CI_COMMIT_BRANCH
exists:
- Dockerfile
tags:
- ecomobicoin
pages-staging:
image: alpine:latest
stage: deploy
......
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