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 ed54227 commit c4f6481Copy full SHA for c4f6481
.github/workflows/docker_test_images.yml
@@ -10,7 +10,17 @@ name: Build docker images
10
description: set latest tag for resulting multiarch manifest
11
required: false
12
type: boolean
13
- default: false
+ default: false
14
+ secrets:
15
+ secret_envs:
16
+ description: if given, it's passed to the environments
17
+ required: false
18
+ AWS_SECRET_ACCESS_KEY:
19
+ description: the access key to the aws param store.
20
+ required: true
21
+ AWS_ACCESS_KEY_ID:
22
+ description: the access key id to the aws param store.
23
24
25
jobs:
26
DockerBuildAarch64:
0 commit comments