@@ -14,20 +14,12 @@ inputs:
1414 github-token :
1515 description : Github token
1616 required : true
17- ecr-private-host :
18- description : ECR private host
19- required : true
20- kustomize-version :
21- description : Kustomize version
22- required : true
2317 environment :
2418 description : Environment to deploy to
2519 type : choice
2620 options :
2721 - all
28- - dev
2922 - stage
30- - prod
3123 required : true
3224
3325runs :
@@ -36,36 +28,22 @@ runs:
3628 - name : GIT | Checkout aleph-apps repo
3729 uses : actions/checkout@v4
3830 with :
39- repository : Cardinal-Cryptography/aleph -apps
31+ repository : Cardinal-Cryptography/blanksquare -apps
4032 token : ${{ inputs.github-token }}
41- path : " aleph -apps"
33+ path : " blanksquare -apps"
4234 ref : main
4335
4436 - name : Setup yq
4537 uses : dcarbone/install-yq-action@v1.3.1
4638 with :
4739 version : " v4.44.3"
4840
49- - name : Update docker image tag (dev)
50- if : ${{ inputs.environment == 'dev' || inputs.environment == 'all' }}
51- shell : bash
52- run : |
53- cd aleph-apps/shielder-relayer-v2
54- yq -i '.relayer.image.tag = "${{ inputs.image-tag }}"' dev-values.yaml
55-
5641 - name : Update docker image tag (stage)
5742 if : ${{ inputs.environment == 'stage' || inputs.environment == 'all' }}
5843 shell : bash
5944 run : |
60- cd aleph-apps/shielder-relayer-v2
61- yq -i '.relayer.image.tag = "${{ inputs.image-tag }}"' stage-values.yaml
62-
63- - name : Update docker image tag (prod)
64- if : ${{ inputs.environment == 'prod' || inputs.environment == 'all' }}
65- shell : bash
66- run : |
67- cd aleph-apps/shielder-relayer-v2
68- yq -i '.relayer.image.tag = "${{ inputs.image-tag }}"' prod-values.yaml
45+ cd blanksquare-apps/shielder-v3/stage
46+ yq -i '.shielder-relayer.relayer.image.tag = "${{ inputs.image-tag }}"' values.yaml
6947
7048 - name : GIT | Commit changes to aleph-apps repository
7149 uses : EndBug/add-and-commit@v9.1.4
7856 Updating shielder-relayer on environment: ${{ inputs.environment }}
7957 docker image tag: ${{ inputs.image-tag }}
8058 add : " *.yaml"
81- cwd : ' aleph -apps'
59+ cwd : ' blanksquare -apps'
0 commit comments