Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0816e19740 | ||
|
|
2b326ad54f |
@@ -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