Skip to content
Snippets Groups Projects
Commit a9e68f84 authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

ci

parent 8da1c631
Branches
Tags
No related merge requests found
......@@ -84,6 +84,8 @@ docker_publish_staging:
image: docker:latest
services:
- docker:dind
variables:
CI_DEBUG_TRACE: "true"
script: |
test "${DOCKER_AUTH_CONFIG}" == "" && echo "docker-config does not exists, aborting!" && false
mkdir -p ~/.docker && echo "$DOCKER_AUTH_CONFIG" >~/.docker/config.json
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment