This commit is contained in:
PB
2022-12-05 22:34:35 +01:00
parent 09ecea4d1a
commit 653224943b
3 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,6 @@ export SERVER_IMAGE="$IMAGE_BASE-svc"
TARGET=${1:-latest}
echo $DOCKER_PASSWORD | docker login git.pbiernat.dev -u $DOCKER_USERNAME --password-stdin
docker push "$SERVER_IMAGE:$TARGET"
# docker push "$WORKER_IMAGE:$TARGET"