build fix and pkg update

This commit is contained in:
PB
2022-12-05 05:26:24 +01:00
parent 93e4cdaa74
commit 2e67274cc2
3 changed files with 8 additions and 2 deletions

View File

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