api-gateway/deploy/image-push.sh

7 lines
128 B
Bash
Raw Normal View History

#!/bin/sh
# RUN IN REPO ROOT DIR !!
export IMAGE_NAME="git.pbiernat.dev/egommerce/apigw-svc"
docker push "$IMAGE_NAME:latest"