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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -48,7 +48,7 @@ export const pmc = [
image: 'https://github.com/dpgaspar.png',
},
{
name: 'Erik Ritker',
name: 'Erik Ritter',
github: 'https://github.com/etr2460',
image: 'https://github.com/etr2460.png',
},