cic-internal-integration/scripts/build-push.sh

10 lines
149 B
Bash
Raw Normal View History

2021-08-28 18:26:16 +02:00
#! /usr/bin/env sh
# Exit in case of error
set -e
TAG=${TAG?Variable not set} \
# sh ./scripts/build.sh
2021-08-28 18:26:16 +02:00
docker-compose -f docker-compose.yml push