Skip to content

Commit

Permalink
Update build-image
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-mccarthy authored Jun 28, 2022
1 parent 2861e50 commit 12c48c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build-image
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
set -e

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

cd $DIR

## Set repo name and tag
REPO_NAME="DOCKERHUBUSER/REPO_NAME"
Expand All @@ -15,4 +20,4 @@ sleep 10
docker push "$REPO_NAME:$TAG"

## Let us know we're good
echo "BUILD COMPLETE: $REPO_NAME:$TAG"
echo "BUILD COMPLETE: $REPO_NAME:$TAG"

0 comments on commit 12c48c5

Please sign in to comment.