Merge pull request 'ci: bump outcomes-joiner CronJob image tag alongside deployment-bot' (#18) from ci/bump-outcomes-cronjob-image into main
CI/CD / build-and-push (push) Successful in 15s
CI/CD / build-and-push (push) Successful in 15s
This commit was merged in pull request #18.
This commit is contained in:
@@ -178,7 +178,8 @@ jobs:
|
|||||||
# keep their current (still existing) tag in the registry.
|
# keep their current (still existing) tag in the registry.
|
||||||
if [ "${{ steps.changes.outputs.build_bot }}" = "true" ]; then
|
if [ "${{ steps.changes.outputs.build_bot }}" = "true" ]; then
|
||||||
sed -i "s|image: .*polymarket-bot[^-].*|image: git.chemavx.xyz/chemavx/polymarket-bot:${TAG}|g" \
|
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
|
fi
|
||||||
if [ "${{ steps.changes.outputs.build_api }}" = "true" ]; then
|
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" \
|
sed -i "s|image: .*polymarket-bot-api.*|image: git.chemavx.xyz/chemavx/polymarket-bot-api:${TAG}|g" \
|
||||||
|
|||||||
Reference in New Issue
Block a user