feat: support build options

pull/95/head
Aris Chow 5 years ago
parent 836357fa9e
commit 4cccb497d7

@ -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…
Cancel
Save