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.
1 parent 873fd8d commit 6e1e49cCopy full SHA for 6e1e49c
.github/workflows/build-os-image.yml
@@ -151,6 +151,8 @@ jobs:
151
with:
152
role-to-assume: arn:aws:iam::795746500882:role/GitHubConstellationImagePipeline
153
aws-region: eu-central-1
154
+ # extend token expiry to 3 hours to ensure long image builds don't fail because of expired credentials
155
+ role-duration-seconds: 10800
156
157
- name: Login to Azure
158
uses: ./.github/actions/login_azure
@@ -172,7 +174,7 @@ jobs:
172
174
run: |
173
175
sudo sysctl --ignore --write kernel.apparmor_restrict_unprivileged_unconfined=0
176
sudo sysctl --ignore --write kernel.apparmor_restrict_unprivileged_userns=0
-
177
+
178
- name: Build and upload
179
id: build
180
shell: bash
0 commit comments