mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
2
.github/workflows/docker_build_push.sh
vendored
2
.github/workflows/docker_build_push.sh
vendored
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user