Skip to content
Snippets Groups Projects
Commit c98cfd58 authored by Franziska Michl's avatar Franziska Michl
Browse files

yaml_File_git geändert

parent 674fd623
No related branches found
No related tags found
1 merge request!1bootfahrten
Pipeline #58639 failed
......@@ -39,8 +39,8 @@ container:
image: docker:latest
stage: deploy
script:
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token
--password-stdin $CI_REGISTRY
- docker build --cache-from $CI_REGISTRY_IMAGE:latest
--tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token
--password-stdin $CI_REGISTRY
- docker build --cache-from $CI_REGISTRY_IMAGE:latest
--tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
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