Skip to content

Commit 56c9c36

Browse files
committed
chore: Push components
1 parent c4b984f commit 56c9c36

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

obelisk-oci.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[activity_wasm]]
22
name = "activity_llm_openai"
3-
location = "oci://docker.io/getobelisk/demo_stargazers_activity_llm_openai:2026-04-08@sha256:52767bbc9d9748af971438e853edf8438e886994cefa1f6756cde7b4de347912"
3+
location = "oci://docker.io/getobelisk/demo_stargazers_activity_llm_openai:2026-07-13@sha256:fa1d7ce618228c9962662052758382a8753749332245df4a9fe242caf8faac52"
44
exec.lock_expiry.seconds = 10
55
env_vars = [{key="OPENAI_API_BASE_URL", value="${OPENAI_API_BASE_URL:-https://api.openai.com}"}]
66
[[activity_wasm.allowed_host]]
@@ -12,7 +12,7 @@ replace_in = ["headers"]
1212

1313
[[activity_wasm]]
1414
name = "activity_github_impl"
15-
location = "oci://docker.io/getobelisk/demo_stargazers_activity_github_impl:2026-04-08@sha256:14df5892af6e701b864668e0d11c8db51c5ec4677037c8066a77b3f99a1cf26d"
15+
location = "oci://docker.io/getobelisk/demo_stargazers_activity_github_impl:2026-07-13@sha256:254a9ec5557262337b323b20e9b00e8dd4c042135bda177de32a5f528e961f47"
1616
exec.lock_expiry.seconds = 5
1717
[[activity_wasm.allowed_host]]
1818
pattern = "https://api.github.com"
@@ -23,7 +23,7 @@ replace_in = ["headers"]
2323

2424
[[activity_wasm]]
2525
name = "activity_db_turso"
26-
location = "oci://docker.io/getobelisk/demo_stargazers_activity_db_turso:2026-04-08@sha256:6fafabb15c5468d7970acf0b66beec6e41bea26c96f6de148a32e00d14fdedad"
26+
location = "oci://docker.io/getobelisk/demo_stargazers_activity_db_turso:2026-07-13@sha256:7eab236a25b35e1d4ae8c5cf2f01f573a7fde98499a97b172c7b4f497fd5c02c"
2727
env_vars = ["TURSO_LOCATION"]
2828
exec.lock_expiry.seconds = 5
2929
[[activity_wasm.allowed_host]]
@@ -35,12 +35,12 @@ replace_in = ["headers"]
3535

3636
[[workflow_wasm]]
3737
name = "workflow"
38-
location = "oci://docker.io/getobelisk/demo_stargazers_workflow:2026-04-08@sha256:78caee35dab856009460b012e69e3407edf9f50b4031909cb003f223f9039d8f"
38+
location = "oci://docker.io/getobelisk/demo_stargazers_workflow:2026-07-13@sha256:193f34f39aee1b811c76c2aad71c561e950cedaf059b5ec3909dc34f4176399d"
3939
backtrace.sources = { ".../src/lib.rs" = "workflow/stargazers/workflow-rs/src/lib.rs" }
4040

4141
[[webhook_endpoint_wasm]]
4242
name = "webhook"
43-
location = "oci://docker.io/getobelisk/demo_stargazers_webhook:2026-04-08@sha256:a14e1a4946b467a73057717bcbd4a7879b2892b146b30c5d559d5e7ed952d130"
43+
location = "oci://docker.io/getobelisk/demo_stargazers_webhook:2026-07-13@sha256:86b97575b2b19b53b0c91a3fb61df5fe732d08219b98395dd6e23206be6ee9b5"
4444
routes = [{ methods = ["POST", "GET"], route = "" }]
4545
env_vars = [
4646
"GITHUB_WEBHOOK_SECRET",

scripts/push-components.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22

33
# Pushes all WASM components to the Docker Hub and updates obelisk-oci.toml
4+
# Usage: push-components.sh <tag>
5+
# Example: push-components.sh "$(date +%Y-%m-%d)"
46

57
set -exuo pipefail
68
cd "$(dirname "$0")/.."

0 commit comments

Comments
 (0)