deploy script fix
This commit is contained in:
parent
70a863e2d1
commit
80ad8ec026
@ -3,5 +3,7 @@
|
||||
|
||||
export IMAGE_NAME="git.pbiernat.dev/egommerce/api-eventbus"
|
||||
|
||||
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