mirror of
https://github.com/docker/build-push-action.git
synced 2024-12-27 19:34:34 +08:00
feat: support build options
This commit is contained in:
parent
836357fa9e
commit
4cccb497d7
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- build-options
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
@ -6,7 +6,7 @@ branding:
|
||||
color: 'blue'
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://docker/github-actions:v1
|
||||
image: docker://arischow/github-actions:build-options
|
||||
args:
|
||||
- build-push
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user