Skip to content

Commit 8a5c63b

Browse files
committed
added SSH option
1 parent dd14197 commit 8a5c63b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ inputs:
4545
description: "List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir)"
4646
required: false
4747
default: type=gha,mode=max
48+
ssh:
49+
description: "List of SSH agent socket or keys to expose to the build"
50+
required: false
4851
tags:
4952
description: "List of tags (supports https://github.com/docker/metadata-action#tags-input)"
5053
required: false
@@ -117,6 +120,7 @@ runs:
117120
file: ${{ inputs.workdir }}/${{ inputs.file }}
118121
pull: true
119122
push: true
123+
ssh: ${{ inputs.ssh }}
120124
build-args: ${{ inputs.build-args }}
121125
cache-from: ${{ inputs.cache-from }}
122126
cache-to: ${{ inputs.cache-to }}

0 commit comments

Comments
 (0)