Skip to content
Snippets Groups Projects
Commit 118fa9be authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Docker image push install bash

parent 04a1dd0e
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -107,7 +107,7 @@ docker_store_images: ...@@ -107,7 +107,7 @@ docker_store_images:
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
before_script: before_script:
# - apk add --update make bash docker-compose - apk add --update make bash
# - apk add --update bind-tools # - apk add --update bind-tools
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script: script:
......
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