File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 - name : Set up Docker Buildx
3535 uses : docker/setup-buildx-action@v3
3636
37- - name : Configure AWS Credentials
38- uses : aws-actions/configure-aws-credentials@v4
39- with :
40- role-to-assume : arn:aws:iam::056855531191:role/github-actions-oidc-role
41- aws-region : us-west-2
42-
4337 - name : Build ISO
4438 env :
4539 MINIKUBE_BUILD_IN_DOCKER : " y"
4943 make buildroot-image
5044 make minikube-iso-${{ matrix.arch }}
5145
46+ - name : Configure AWS Credentials
47+ uses : aws-actions/configure-aws-credentials@v4
48+ with :
49+ role-to-assume : arn:aws:iam::056855531191:role/github-actions-oidc-role
50+ aws-region : us-west-2
51+
5252 - name : Upload ISO
5353 run : |
5454 aws s3 cp ./out/minikube-${{ matrix.arch }}.iso s3://dz-cli/minikube/minikube-${{ matrix.arch }}.iso
You can’t perform that action at this time.
0 commit comments