Skip to content

Commit

Permalink
Merge pull request #469 from open-zaak/sergei-maertens-patch-1
Browse files Browse the repository at this point in the history
Fix script error
  • Loading branch information
sergei-maertens committed Feb 7, 2020
2 parents 1934b41 + 0a8bf64 commit 95a35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TAG=${1:-latest}
# Build the image
docker build \
-t $REPO:$TAG \
--build-arg COMMIT_HASH=$git_hash
--build-arg COMMIT_HASH=$git_hash \
.

# Push the image
Expand Down

0 comments on commit 95a35a9

Please sign in to comment.