wrong pass in git-alpine pipeline

This commit is contained in:
matti 2023-07-21 09:59:33 +00:00
parent 0def3f4e10
commit ac860627c3

View file

@ -27,4 +27,4 @@ steps:
IMAGE_BASE: angestoepselt IMAGE_BASE: angestoepselt
commands: commands:
- echo "{\"auths\":{\"$DOCKER_REGISTRY\":{\"username\":\"$DOCKER_USERNAME\",\"password\":\"$DOCKER_PASSWORD\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"$DOCKER_REGISTRY\":{\"username\":\"$DOCKER_USERNAME\",\"password\":\"$DOCKER_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context ./git --destination "$DOCKER_REGISTRY/$IMAGE_BASE/git-alpine:${DRONE_TAG}" - /kaniko/executor --context ./git-alpine --destination "$DOCKER_REGISTRY/$IMAGE_BASE/git-alpine:${DRONE_TAG}"