Skip to content

Commit c008a25

Browse files
committed
reorder aws creds stuff
1 parent 3b11eff commit c008a25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-iso.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
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"
@@ -49,6 +43,12 @@ jobs:
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

0 commit comments

Comments
 (0)