Skip to content

Commit c4f6481

Browse files
authored
Add aws access secrets to docker job
1 parent ed54227 commit c4f6481

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/docker_test_images.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ name: Build docker images
1010
description: set latest tag for resulting multiarch manifest
1111
required: false
1212
type: boolean
13-
default: false
13+
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+
required: true
1424

1525
jobs:
1626
DockerBuildAarch64:

0 commit comments

Comments
 (0)