diff --git a/.drone.yml b/.drone.yml index f122e0e..7208037 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,4 +27,4 @@ steps: IMAGE_BASE: angestoepselt commands: - 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}"