Skip to content

Commit

Permalink
update release repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalsuraj18 committed Feb 22, 2023
1 parent c72d9da commit a902893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
set -eo pipefail

SHA=$(git rev-parse HEAD)
REPO_NAME="apache/superset"
REPO_NAME="setusuraj/superset"

if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
REFSPEC=$(echo "${GITHUB_HEAD_REF}" | sed 's/[^a-zA-Z0-9]/-/g' | head -c 40)
Expand Down

0 comments on commit a902893

Please sign in to comment.