Skip to content

Commit

Permalink
qhub docker images to use rounded version
Browse files Browse the repository at this point in the history
  • Loading branch information
danlester committed Feb 9, 2022
1 parent f398688 commit 196d4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qhub/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
google_cloud,
)

from .version import __version__
from .version import __version__, __rounded_version__

QHUB_K8S_VERSION = os.getenv("QHUB_K8S_VERSION", None)

Expand All @@ -29,7 +29,7 @@
GCP_ENV_DOCS = "https://docs.qhub.dev/en/latest/source/02_get_started/02_setup.html#google-cloud-platform"
AZURE_ENV_DOCS = "https://docs.qhub.dev/en/latest/source/02_get_started/02_setup.html#microsoft-azure"

qhub_image_tag = f"v{__version__}"
qhub_image_tag = f"v{__rounded_version__}"
pip_install_qhub = f"pip install qhub=={__version__}"

QHUB_GH_BRANCH = os.environ.get("QHUB_GH_BRANCH", "")
Expand Down

0 comments on commit 196d4e9

Please sign in to comment.