From 0816e1974094e80608cdb645f51b5ccb263b2d5a Mon Sep 17 00:00:00 2001 From: chemavx Date: Thu, 2 Jul 2026 20:21:39 +0000 Subject: [PATCH] ci: bump outcomes-joiner CronJob image tag alongside deployment-bot The outcomes-joiner CronJob (k8s-manifests, Replay R2) runs the same bot image; without this its tag would freeze at the sha it was created with while the deployment moves on. Same sed, one more file. Co-Authored-By: Claude Fable 5 --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 566101f..120957a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -178,7 +178,8 @@ jobs: # keep their current (still existing) tag in the registry. if [ "${{ steps.changes.outputs.build_bot }}" = "true" ]; then sed -i "s|image: .*polymarket-bot[^-].*|image: git.chemavx.xyz/chemavx/polymarket-bot:${TAG}|g" \ - polymarket-bot/deployment-bot.yaml + polymarket-bot/deployment-bot.yaml \ + polymarket-bot/cronjob-outcomes.yaml fi if [ "${{ steps.changes.outputs.build_api }}" = "true" ]; then sed -i "s|image: .*polymarket-bot-api.*|image: git.chemavx.xyz/chemavx/polymarket-bot-api:${TAG}|g" \