From 8a355f59a5bdf055c3fc1d1cfa6ddb464c1af16f Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sat, 29 Jul 2023 14:51:54 -0700 Subject: [PATCH] Fix a image tag --- .woodpecker.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index d929085..a5a57b0 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -26,9 +26,9 @@ steps: image: docker commands: - "docker login git.snyman.info -u $DOCKER_USERNAME -p $DOCKER_TOKEN" - - "docker build -t git.snyman.info/codesmidgen:nightly -t git.snyman.info/codesmidgen:${CI_COMMIT_SHA:0:8} -f Dockerfile.nightly ." - - "docker push git.snyman.info/codesmidgen:nightly" - - "docker push git.snyman.info/codesmidgen:${CI_COMMIT_SHA:0:8}" + - "docker build -t git.snyman.info/raoul/codesmidgen:nightly -t git.snyman.info/raoul/codesmidgen:${CI_COMMIT_SHA:0:8} -f Dockerfile.nightly ." + - "docker push git.snyman.info/raoul/codesmidgen:nightly" + - "docker push git.snyman.info/raoul/codesmidgen:${CI_COMMIT_SHA:0:8}" volumes: - /var/run/docker.sock:/var/run/docker.sock secrets: @@ -41,9 +41,9 @@ steps: image: docker commands: - "docker login git.snyman.info -u $DOCKER_USERNAME -p $DOCKER_TOKEN" - - "docker build -t git.snyman.info/codesmidgen:latest -t git.snyman.info/codesmidgen:${CI_COMMIT_TAG##v} -f Dockerfile.release ." - - "docker push git.snyman.info/codesmidgen:latest" - - "docker push git.snyman.info/codesmidgen:${CI_COMMIT_TAG##v}" + - "docker build -t git.snyman.info/raoul/codesmidgen:latest -t git.snyman.info/raoul/codesmidgen:${CI_COMMIT_TAG##v} -f Dockerfile.release ." + - "docker push git.snyman.info/raoul/codesmidgen:latest" + - "docker push git.snyman.info/raoul/codesmidgen:${CI_COMMIT_TAG##v}" volumes: - /var/run/docker.sock:/var/run/docker.sock secrets: