Skip to content

Commit f621356

Browse files
authored
[antithesis] Fix image version separator in triggering workflows (#3191)
1 parent 1e797c5 commit f621356

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/trigger-antithesis-avalanchego.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
username: ${{ secrets.ANTITHESIS_USERNAME }}
3232
password: ${{ secrets.ANTITHESIS_PASSWORD }}
3333
github_token: ${{ secrets.ANTITHESIS_GH_PAT }}
34-
config_image: antithesis-avalanchego-config@${{ github.event.inputs.image_tag || 'latest' }}
35-
images: antithesis-avalanchego-workload@${{ github.event.inputs.image_tag || 'latest' }};antithesis-avalanchego-node@${{ github.event.inputs.image_tag || 'latest' }}
34+
config_image: antithesis-avalanchego-config:${{ github.event.inputs.image_tag || 'latest' }}
35+
images: antithesis-avalanchego-workload:${{ github.event.inputs.image_tag || 'latest' }};antithesis-avalanchego-node:${{ github.event.inputs.image_tag || 'latest' }}
3636
email_recipients: ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
3737
additional_parameters: |-
3838
custom.duration=${{ github.event.inputs.duration || '0.5' }}

.github/workflows/trigger-antithesis-xsvm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
username: ${{ secrets.ANTITHESIS_USERNAME }}
3232
password: ${{ secrets.ANTITHESIS_PASSWORD }}
3333
github_token: ${{ secrets.ANTITHESIS_GH_PAT }}
34-
config_image: antithesis-xsvm-config@${{ github.event.inputs.image_tag || 'latest' }}
35-
images: antithesis-xsvm-workload@${{ github.event.inputs.image_tag || 'latest' }};antithesis-xsvm-node@${{ github.event.inputs.image_tag || 'latest' }}
34+
config_image: antithesis-xsvm-config:${{ github.event.inputs.image_tag || 'latest' }}
35+
images: antithesis-xsvm-workload:${{ github.event.inputs.image_tag || 'latest' }};antithesis-xsvm-node:${{ github.event.inputs.image_tag || 'latest' }}
3636
email_recipients: ${{ github.event.inputs.recipients || secrets.ANTITHESIS_RECIPIENTS }}
3737
additional_parameters: |-
3838
custom.duration=${{ github.event.inputs.duration || '0.5' }}

0 commit comments

Comments
 (0)