Skip to content
Snippets Groups Projects
Commit 85d0ded4 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Moves scripts around

parent 282eb1f2
Branches
No related tags found
No related merge requests found
......@@ -12,8 +12,6 @@ default:
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull $TAGGED_IMAGE || true
after_script:
- docker push $TAGGED_IMAGE
build-pdf-generator:
......@@ -25,6 +23,7 @@ build-pdf-generator:
- master
script:
- docker build -f $DOCKERFILE --cache-from $TAGGED_IMAGE -t $TAGGED_IMAGE .
- docker push $TAGGED_IMAGE
build-temp-deploy:
......@@ -36,6 +35,7 @@ build-temp-deploy:
- master
script:
- docker build -f $DOCKERFILE --cache-from $TAGGED_IMAGE -t $TAGGED_IMAGE .
- docker push $TAGGED_IMAGE
build-hugo:
......@@ -47,3 +47,4 @@ build-hugo:
- master
script:
- docker build -f $DOCKERFILE --cache-from $TAGGED_IMAGE -t $TAGGED_IMAGE .
- docker push $TAGGED_IMAGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment