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 07a83c5 commit 84f5d83Copy full SHA for 84f5d83
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.6
+ docker.io/caspianzhao/helmor-team-sandbox:0.1.7
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.6"
+image = "docker.io/caspianzhao/helmor-team-sandbox:0.1.7"
25
instance_type = "standard-3"
26
max_instances = 1
27
0 commit comments