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" \