Skip to content

Commit

Permalink
[AIRFLOW-4755] Fixed default DOCKERHUB_USER (apache#5397)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jun 10, 2019
1 parent 54d41df commit f0ec5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ start_step "Setting variables"

# You can override DOCKERHUB_USER to use your own DockerHub account and play with your
# own docker images. In this case you can build images locally and push them
export DOCKERHUB_USER=${DOCKERHUB_USER:="airflow"}
export DOCKERHUB_USER=${DOCKERHUB_USER:="apache"}

# You can override DOCKERHUB_REPO to use your own DockerHub repository and play with your
# own docker images. In this case you can build images locally and push them
Expand Down

0 comments on commit f0ec5fe

Please sign in to comment.