Skip to content

Commit

Permalink
fix(runner): update base image tag in drone build script
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Nov 13, 2024
1 parent 1318217 commit 58eb1a2
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-10-16b-empty
- TAG=2024-11-12a-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-10-16b-small
- TAG=2024-11-12a-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-10-16b-small
- TAG=2024-11-12a-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-10-16b-large
- TAG=2024-11-12a-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-10-16b-large
- TAG=2024-11-12a-large
- APP_VERSION=${DRONE_TAG:-${DRONE_COMMIT_SHA:-latest}}
username: admin
password:
Expand Down

0 comments on commit 58eb1a2

Please sign in to comment.