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

10 lines
147 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} \
2021-10-05 08:21:31 +02:00
sh ./scripts/build.sh
2021-08-28 18:26:16 +02:00
docker-compose -f docker-compose.yml push