Skip to content
Snippets Groups Projects
Commit 9d5724b2 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'fix/build' into 'master'

Still not the correct path

See merge request !3
parents c1d2ac96 85098912
No related branches found
No related tags found
1 merge request!3Still not the correct path
Pipeline #868 passed with stages
in 3 minutes and 16 seconds
...@@ -34,8 +34,8 @@ lint:shell-script: ...@@ -34,8 +34,8 @@ lint:shell-script:
build:master: build:master:
stage: deploy stage: deploy
script: script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/latest" ./context/ - docker build --pull -t "$CI_REGISTRY_IMAGE:latest" ./context/
- docker push "$CI_REGISTRY_IMAGE/latest" - docker push "$CI_REGISTRY_IMAGE:latest"
only: only:
- master - master
when: manual when: manual
...@@ -43,7 +43,7 @@ build:master: ...@@ -43,7 +43,7 @@ build:master:
build:dev: build:dev:
stage: deploy stage: deploy
script: script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/dev" ./context/ - docker build --pull -t "$CI_REGISTRY_IMAGE:dev" ./context/
- docker push "$CI_REGISTRY_IMAGE/dev" - docker push "$CI_REGISTRY_IMAGE:dev"
except: except:
- master - master
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