Skip to content
Snippets Groups Projects
Commit 5d31bcea authored by Dorian Koch's avatar Dorian Koch
Browse files

fix tags

parent f033371c
No related branches found
No related tags found
No related merge requests found
Pipeline #5747 failed
create-image: create-image:
stage: build stage: build
tags:
- shell
variables: variables:
VER: 1.0-${CI_PIPELINE_ID} VER: 1.0-${CI_PIPELINE_ID}
ID: ${CI_COMMIT_SHORT_SHA} ID: ${CI_COMMIT_SHORT_SHA}
...@@ -17,8 +15,6 @@ create-image: ...@@ -17,8 +15,6 @@ create-image:
upload-to-registry: upload-to-registry:
stage: deploy stage: deploy
when: manual when: manual
tags:
- shell
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push ${CI_REGISTRY_IMAGE}:$VER - docker push ${CI_REGISTRY_IMAGE}:$VER
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment