We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19233df commit 1d368b0Copy full SHA for 1d368b0
2 files changed
.github/workflows/publish-team-image.yml
@@ -62,6 +62,6 @@ jobs:
62
# CF Containers reject `:latest`, so deploys reference the pinned tag;
63
# `:latest` is kept only as a human-facing convenience pointer.
64
tags: |
65
- docker.io/caspianzhao/helmor-team-sandbox:0.1.4
+ docker.io/caspianzhao/helmor-team-sandbox:0.1.5
66
docker.io/caspianzhao/helmor-team-sandbox:latest
67
provenance: false
cloud/wrangler.toml
@@ -21,7 +21,7 @@ compatibility_flags = ["nodejs_compat"]
21
# changes; this tag just has to point at a published build.
22
[[containers]]
23
class_name = "Sandbox"
24
-image = "docker.io/caspianzhao/helmor-team-sandbox:0.1.4"
+image = "docker.io/caspianzhao/helmor-team-sandbox:0.1.5"
25
instance_type = "standard-3"
26
max_instances = 1
27
0 commit comments