File tree Expand file tree Collapse file tree 2 files changed +390
-13
lines changed Expand file tree Collapse file tree 2 files changed +390
-13
lines changed Original file line number Diff line number Diff line change @@ -186,19 +186,6 @@ jobs:
186
186
fetch-depth : ${{ inputs.fetch-depth }}
187
187
submodules : ${{ inputs.submodules }}
188
188
189
- - name : configure aws credentials
190
- id : aws_creds
191
- uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
192
- with :
193
- role-to-assume : arn:aws:iam::308535385114:role/gha_workflow_s3_and_ecr_read_only
194
- aws-region : us-east-1
195
- role-duration-seconds : 18000
196
-
197
- - name : Login to Amazon ECR
198
- id : login-ecr
199
- continue-on-error : true
200
- uses : aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
201
-
202
189
- name : Calculate docker image
203
190
id : calculate-docker-image
204
191
uses : ./test-infra/.github/actions/calculate-docker-image
You can’t perform that action at this time.
0 commit comments