nim-waku: set waku container tag from CI

This commit is contained in:
Anton Iakimov 2023-10-10 16:53:42 +02:00
parent baf893dc61
commit 67db08abe5
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
---
# Tag dependent on fleet: test
# TODO: change to waku with CI on
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
nim_waku_cont_name: 'nim-waku'
nim_waku_log_level: 'debug'
nim_waku_protocols_enabled: ['relay', 'store', 'filter', 'lightpush', 'peer-exchange']