Skip to content

Commit

Permalink
chore(ci): bump runner base-images
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Dec 3, 2024
1 parent 988559e commit 69bd649
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ steps:
# Runner with no baked models = empty
# See https://github.com/helixml/base-images
# and https://github.com/helixml/base-images/releases
- TAG=2024-11-21a-empty
- TAG=2024-12-03a-empty
- APP_VERSION=${DRONE_TAG:-${DRONE_COMMIT_SHA:-latest}}
username: admin
password:
Expand Down Expand Up @@ -204,7 +204,7 @@ steps:
# Runner with small models = small
# See https://github.com/helixml/base-images
# and https://github.com/helixml/base-images/releases
- TAG=2024-11-21a-small
- TAG=2024-12-03a-small
- APP_VERSION=${DRONE_TAG:-${DRONE_COMMIT_SHA:-latest}}
username: admin
password:
Expand Down Expand Up @@ -232,7 +232,7 @@ steps:
# Runner with small models = small
# See https://github.com/helixml/base-images
# and https://github.com/helixml/base-images/releases
- TAG=2024-11-21a-small
- TAG=2024-12-03a-small
- APP_VERSION=${DRONE_TAG:-${DRONE_COMMIT_SHA:-latest}}
username: admin
password:
Expand Down Expand Up @@ -277,7 +277,7 @@ steps:
# Runner with large models = large
# See https://github.com/helixml/base-images
# and https://github.com/helixml/base-images/releases
- TAG=2024-11-21a-large
- TAG=2024-12-03a-large
- APP_VERSION=${DRONE_TAG:-${DRONE_COMMIT_SHA:-latest}}
username: admin
password:
Expand Down Expand Up @@ -305,7 +305,7 @@ steps:
# Runner with large models = large
# See https://github.com/helixml/base-images
# and https://github.com/helixml/base-images/releases
- TAG=2024-11-21a-large
- TAG=2024-12-03a-large
- APP_VERSION=${DRONE_TAG:-${DRONE_COMMIT_SHA:-latest}}
username: admin
password:
Expand Down

0 comments on commit 69bd649

Please sign in to comment.