1
0
Fork 0

fix(build): make docker image script fail if build or push does

This commit is contained in:
ssube 2021-05-17 12:20:40 -05:00
parent 38a3283f58
commit 9c2f1eb57a
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#! /bin/bash
set -eu
IMAGE_PUSH="${1:---skip}"
IMAGE_DEFAULT="${2:---skip}"