Skip to content

Commit

Permalink
fix(build): make docker image script fail if build or push does
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 17, 2021
1 parent 38a3283 commit 9c2f1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker-build.sh
@@ -1,5 +1,7 @@
#! /bin/bash

set -eu

IMAGE_PUSH="${1:---skip}"
IMAGE_DEFAULT="${2:---skip}"

Expand Down

0 comments on commit 9c2f1eb

Please sign in to comment.