mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-04 06:00:08 +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'
|
color: 'blue'
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://arischow/github-actions:build-options
|
image: docker://arischow/github-actions:v1.2.0
|
||||||
args:
|
args:
|
||||||
- build-push
|
- build-push
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -64,3 +64,6 @@ inputs:
|
||||||
description: Whether to push the image
|
description: Whether to push the image
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
|
build_options:
|
||||||
|
description: other extra build options (e.g. --ssh default)
|
||||||
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue