Skip to content

Commit

Permalink
Fix hook
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Oct 9, 2019
1 parent 13b8d4a commit 4e819b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cd ..
docker build -f $DOCKERFILE_PATH -t $IMAGE_NAME .

IFS=',' read -ra TAGS <<< "$DOCKER_TAG"
for tag in ${TAGS[@]; do
for tag in ${TAGS[@]}; do
docker tag "$IMAGE_NAME" "${DOCKER_REPO}:${tag}"
done

0 comments on commit 4e819b5

Please sign in to comment.