chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (#12337)

This commit is contained in:
Amit Miran
2021-01-10 19:29:17 +02:00
committed by GitHub
parent f13f2e2ed3
commit 37f648c41b
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
set -eo pipefail
SHA=$(git rev-parse HEAD)
REPO_NAME="apache/incubator-superset"
REPO_NAME="apache/superset"
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
REFSPEC=$(echo "${GITHUB_HEAD_REF}" | sed 's/[^a-zA-Z0-9]/-/' | head -c 20)