We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60649f3 + c5200f6 commit 8a03641Copy full SHA for 8a03641
.github/workflows/build-ami-varsfile.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "$PACKER_VARS" | jq -r > ./images/capi/vars.json
43
cat ./images/capi/vars.json
44
- name: Configure AWS credentials
45
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@v5
46
with:
47
aws-region: us-east-2
48
role-to-assume: arn:aws:iam::819546954734:role/gh-image-builder
.github/workflows/build-ami.yml
@@ -54,7 +54,7 @@ jobs:
54
ref: ${{ inputs.image_builder_version }}
55
fetch-depth: 0
56
57
58
59
60
0 commit comments