Skip to content

Commit

Permalink
rename the docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oOhyeahh committed Oct 24, 2024
1 parent a5ba5b7 commit dcc2a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def is_latest_release(release: str) -> bool:


def make_docker_tag(l: list[str]) -> str:
return f"{REPO}:" + "-".join([o for o in l if o])
return f"lemonyeah/superset:" + "-".join([o for o in l if o])


def get_docker_tags(
Expand Down

0 comments on commit dcc2a6f

Please sign in to comment.