|
45 | 45 | run: echo "AWS_SESSION_TOKEN=$(op read op://DeployerVault/github-aws-production/ci/AWS_SESSION_TOKEN)" >> $GITHUB_ENV
|
46 | 46 |
|
47 | 47 | - id: build_and_push_docker_iam_image
|
48 |
| - uses: passportxyz/gh-workflows/.github/actions/build_and_push@v2 |
| 48 | + uses: passportxyz/gh-workflows/.github/actions/build_and_push@v3 |
49 | 49 | with:
|
50 | 50 | refspec: ${{ inputs.refspec }}
|
51 | 51 | docker_tag: ${{ inputs.docker_tag }}
|
|
85 | 85 | run: echo "AWS_SESSION_TOKEN=$(op read op://DeployerVault/github-aws-production/ci/AWS_SESSION_TOKEN)" >> $GITHUB_ENV
|
86 | 86 |
|
87 | 87 | - id: build_and_push_docker_embed_image
|
88 |
| - uses: passportxyz/gh-workflows/.github/actions/build_and_push@v2 |
| 88 | + uses: passportxyz/gh-workflows/.github/actions/build_and_push@v3 |
89 | 89 | with:
|
90 | 90 | refspec: ${{ inputs.refspec }}
|
91 | 91 | docker_tag: ${{ inputs.docker_tag }}
|
@@ -128,10 +128,10 @@ jobs:
|
128 | 128 | run: echo "AWS_SESSION_TOKEN=$(op read op://DeployerVault/github-aws-production/ci/AWS_SESSION_TOKEN)" >> $GITHUB_ENV
|
129 | 129 |
|
130 | 130 | - name: Prepare to Deploy to AWS
|
131 |
| - uses: passportxyz/gh-workflows/.github/actions/prepare_deploy_to_aws@v1 |
| 131 | + uses: passportxyz/gh-workflows/.github/actions/prepare_deploy_to_aws@v3 |
132 | 132 | - name: Deploy Preview
|
133 | 133 | # uses: ./.github/actions/deploy_to_aws
|
134 |
| - uses: passportxyz/gh-workflows/.github/actions/deploy_to_aws@v1 |
| 134 | + uses: passportxyz/gh-workflows/.github/actions/deploy_to_aws@v3 |
135 | 135 | with:
|
136 | 136 | docker_tag: ${{ inputs.docker_tag }}
|
137 | 137 | stack_name: passportxyz/passport/${{ inputs.environment }}
|
@@ -202,9 +202,9 @@ jobs:
|
202 | 202 | run: echo "AWS_SESSION_TOKEN=$(op read op://DeployerVault/github-aws-production/ci/AWS_SESSION_TOKEN)" >> $GITHUB_ENV
|
203 | 203 |
|
204 | 204 | - name: Prepare to Deploy to AWS
|
205 |
| - uses: passportxyz/gh-workflows/.github/actions/prepare_deploy_to_aws@v1 |
| 205 | + uses: passportxyz/gh-workflows/.github/actions/prepare_deploy_to_aws@v3 |
206 | 206 | - name: Deploy to AWS
|
207 |
| - uses: passportxyz/gh-workflows/.github/actions/deploy_to_aws@v1 |
| 207 | + uses: passportxyz/gh-workflows/.github/actions/deploy_to_aws@v3 |
208 | 208 | with:
|
209 | 209 | docker_tag: ${{ inputs.docker_tag }}
|
210 | 210 | stack_name: passportxyz/passport/${{ inputs.environment }}
|
|
0 commit comments