mirror of
https://codeberg.org/angestoepselt/pxe-stack.git
synced 2025-05-24 15:16:16 +00:00
wrong pass in git-alpine pipeline
This commit is contained in:
parent
0def3f4e10
commit
ac860627c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue