Skip to content

Commit

Permalink
Fix latest bug (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 27, 2019
1 parent d515bb0 commit 4b4adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function run_build() {

# Tag latest
if [ "$DOCKER_LATEST" == "true" ]; then
push_tags+=("latest")
docker_tags+=("latest")
fi

# Tag images
Expand Down

0 comments on commit 4b4adcc

Please sign in to comment.