mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-03 13:40:07 +02:00
feat: build_options input && pin the image version
Signed-off-by: Aris Chow <arischow@gmail.com>
This commit is contained in:
parent
4cccb497d7
commit
d6c889e2ba
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ branding:
|
|||
color: 'blue'
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://arischow/github-actions:build-options
|
||||
image: docker://arischow/github-actions:v1.2.0
|
||||
args:
|
||||
- build-push
|
||||
inputs:
|
||||
|
@ -64,3 +64,6 @@ inputs:
|
|||
description: Whether to push the image
|
||||
required: false
|
||||
default: true
|
||||
build_options:
|
||||
description: other extra build options (e.g. --ssh default)
|
||||
required: false
|
||||
|
|
Loading…
Add table
Reference in a new issue