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:
parent
f10dbbe0ac
commit
beee11de0f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue