File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,12 @@ inputs:
59
59
tags :
60
60
description : " List of tags (supports https://github.com/docker/metadata-action#tags-input)"
61
61
required : false
62
+ secrets :
63
+ description : " List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken)"
64
+ required : false
65
+ secret-files :
66
+ description : " List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt)"
67
+ required : false
62
68
outputs :
63
69
image :
64
70
description : " Docker image name"
@@ -152,6 +158,8 @@ runs:
152
158
target : ${{ inputs.target }}
153
159
labels : ${{ steps.meta.outputs.labels }}
154
160
platforms : ${{ inputs.platforms }}
161
+ secrets : ${{ inputs.secrets }}
162
+ secret-files : ${{ inputs.secret-files }}
155
163
156
164
- name : Get Metadata
157
165
id : get-metadata
You can’t perform that action at this time.
0 commit comments