deploy script fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Piotr Biernat 2022-12-02 22:37:52 +01:00
parent b0793b9b00
commit 46578fabdf

View File

@ -3,5 +3,7 @@
export IMAGE_NAME="git.pbiernat.dev/egommerce/api-logger"
TARGET=${1:-latest}
echo $DOCKER_PASSWORD | docker login git.pbiernat.dev -u $DOCKER_USERNAME --password-stdin
docker push "$IMAGE_NAME:latest"
docker push "$IMAGE_NAME:$TARGET"