identity-service/deploy/image-push.sh
Piotr Biernat dc58c80074
Some checks failed
continuous-integration/drone/push Build is failing
ci/cd test
2022-10-06 20:10:05 +02:00

8 lines
222 B
Bash
Executable File

#!/bin/sh
# RUN IN REPO ROOT DIR !!
export IMAGE_NAME="git.pbiernat.dev/egommerce/identity-svc"
echo $DOCKER_PASSWORD | docker login git.pbiernat.dev -u $DOCKER_USERNAME --password-stdin
docker push "$IMAGE_NAME:latest"