Skip to content

Commit

Permalink
fix CD for manta
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrvano committed Mar 6, 2024
1 parent c24c52d commit 79f7555
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mbelt3-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonbeam.mbelt3.identity-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonbeam.mbelt3.monitoring.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonbeam.mbelt3.balances-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonriver.mbelt3.block-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonriver.mbelt3.preloader.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonriver.mbelt3.staking-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonriver.mbelt3.identity-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonriver.mbelt3.monitoring.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/moonriver.mbelt3.balances-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/manta.mbelt3.block-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/manta.mbelt3.preloader.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/manta.mbelt3.staking-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/manta.mbelt3.identity-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/manta.mbelt3.monitoring.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/manta.mbelt3.balances-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/vara.mbelt3.balances-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/vara.mbelt3.block-processor.yaml
yq eval '.image.tag = "${{ github.sha }}"' -i .helm/vara.mbelt3.gear-smartcontracts-processor.yaml
Expand Down

0 comments on commit 79f7555

Please sign in to comment.