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 @@ -63,6 +63,13 @@ inputs:
63
63
(Optional) A list of labels to be added to the default ones when
64
64
pushing the image.
65
65
required : false
66
+ load :
67
+ default : false
68
+ description : >-
69
+ (Optional) When set to true, the `load` input acts as a shorthand for --output=type=docker,
70
+ automatically loading the single-platform build result into the local Docker images.
71
+ This is useful for testing the image locally to the GHA instance.
72
+ required : false
66
73
oban-fingerprint :
67
74
description : >-
68
75
(Optional) Public key for fetching the oban pro repository data.
@@ -233,6 +240,7 @@ runs:
233
240
push : ${{ inputs.push }}
234
241
secrets : ${{ steps.inputs.outputs.secrets }}
235
242
tags : ${{ steps.metadata.outputs.tags }}
243
+ load : ${{ inputs.load }}
236
244
237
245
- id : outputs
238
246
name : Get Outputs
You can’t perform that action at this time.
0 commit comments