Skip to content

Commit

Permalink
Fix image tag type
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolfc committed Nov 29, 2024
1 parent dbc87fe commit 41bd31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vibe_core/vibe_core/cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.

DEFAULT_IMAGE_PREFIX = "farmai/terravibes/"
DEFAULT_IMAGE_TAG = 12088305617
DEFAULT_IMAGE_TAG = "12088305617"
DEFAULT_REGISTRY_PATH = "mcr.microsoft.com"

LOCAL_SERVICE_URL_PATH_FILE = "service_url"
Expand Down

0 comments on commit 41bd31a

Please sign in to comment.