Skip to content

Commit 2adda86

Browse files
committed
chore: Push components
1 parent 11cc515 commit 2adda86

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

obelisk-healthcheck-oci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# time.
77
[[webhook_endpoint_wasm]]
88
name = "webhook_healthcheck"
9-
location = "oci://docker.io/getobelisk/components_flyio_webhook_healthcheck:2026-04-08@sha256:c5533b9650a5ef90638a718fd46c68e1dfd3349140ef111b1aab10233d881db6"
9+
location = "oci://docker.io/getobelisk/components_flyio_webhook_healthcheck:2026-07-13@sha256:646cee6b52fcd54827da25d3473a1c354f15d34349e854d99818092c857e8fcd"
1010
routes = ["/obeliskhealthcheck"]

obelisk-oci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ methods = ["GET", "POST"]
2828

2929
[[workflow_wasm]]
3030
name = "obelisk_deployer_flyio"
31-
location = "oci://docker.io/getobelisk/components_flyio_obelisk_deployer_flyio:2026-04-08@sha256:6b815b79b255231609cb80a848646e78cf58ff9de3c7f7326c6a1b4759c61981"
31+
location = "oci://docker.io/getobelisk/components_flyio_obelisk_deployer_flyio:2026-07-13@sha256:742628270f41ebb77ceb93d757593f6cb9480a272ee21b3eb49a1647b4da09e9"

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")/.."

workflow/deployer-workflow/src/snapshots/obelisk_deployer_flyio__toml__tests__deployment_toml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ seconds = 5
4444

4545
[[webhook_endpoint_wasm]]
4646
http_server = "healthcheck_server"
47-
location = "oci://docker.io/getobelisk/components_flyio_webhook_healthcheck:2026-04-08@sha256:c5533b9650a5ef90638a718fd46c68e1dfd3349140ef111b1aab10233d881db6"
47+
location = "oci://docker.io/getobelisk/components_flyio_webhook_healthcheck:2026-07-13@sha256:646cee6b52fcd54827da25d3473a1c354f15d34349e854d99818092c857e8fcd"
4848
name = "webhook_healthcheck"
4949
routes = [""]
5050

0 commit comments

Comments
 (0)