fix: misspelling Erik Ritter (#13120)

* fix: misspelling Erik Ritter

* Add --all-tags to docker push to account for new default behavior

Co-authored-by: Rob DiCiuccio <rob.diciuccio@gmail.com>
This commit is contained in:
Erik Ritter
2021-02-16 11:20:23 -08:00
committed by GitHub
parent f10dbbe0ac
commit beee11de0f
2 changed files with 2 additions and 2 deletions

View File

@@ -76,5 +76,5 @@ else
# Login and push
docker logout
docker login --username "${DOCKERHUB_USER}" --password "${DOCKERHUB_TOKEN}"
docker push "${REPO_NAME}"
docker push --all-tags "${REPO_NAME}"
fi