Skip to content

Commit

Permalink
Fix version for dns/cli (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Aug 9, 2019
1 parent d07f0a6 commit 3ef2381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function build_hassio_cli() {
docker_cli+=("--label" "io.hass.type=cli")

# Start build
run_build "$TARGET" "$DOCKER_HUB" "$image" "" \
run_build "$TARGET" "$DOCKER_HUB" "$image" "$VERSION" \
"$build_from" "$build_arch" docker_cli[@] docker_tags[@]
}

Expand All @@ -590,7 +590,7 @@ function build_hassio_dns() {
docker_cli+=("--label" "io.hass.type=dns")

# Start build
run_build "$TARGET" "$DOCKER_HUB" "$image" "" \
run_build "$TARGET" "$DOCKER_HUB" "$image" "$VERSION" \
"$build_from" "$build_arch" docker_cli[@] docker_tags[@]
}

Expand Down

0 comments on commit 3ef2381

Please sign in to comment.