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

10 lines
147 B
Bash
Raw Permalink 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
docker-compose -f docker-compose.yml push