Skip to content

Commit 1d368b0

Browse files
committed
chore(cloud): bump team sandbox image to :0.1.5 (R2-E git snapshot mirror)
1 parent 19233df commit 1d368b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-team-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
# CF Containers reject `:latest`, so deploys reference the pinned tag;
6363
# `:latest` is kept only as a human-facing convenience pointer.
6464
tags: |
65-
docker.io/caspianzhao/helmor-team-sandbox:0.1.4
65+
docker.io/caspianzhao/helmor-team-sandbox:0.1.5
6666
docker.io/caspianzhao/helmor-team-sandbox:latest
6767
provenance: false

cloud/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compatibility_flags = ["nodejs_compat"]
2121
# changes; this tag just has to point at a published build.
2222
[[containers]]
2323
class_name = "Sandbox"
24-
image = "docker.io/caspianzhao/helmor-team-sandbox:0.1.4"
24+
image = "docker.io/caspianzhao/helmor-team-sandbox:0.1.5"
2525
instance_type = "standard-3"
2626
max_instances = 1
2727

0 commit comments

Comments
 (0)