deploy script fix
This commit is contained in:
parent
7ef8b43db7
commit
4b1e9c7035
@ -3,5 +3,7 @@
|
||||
|
||||
export IMAGE_NAME="git.pbiernat.dev/egommerce/api-registry"
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user