mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
Merge pull request #19 from docker/release-v1.0.1
Use v1 of docker/github-actions image
This commit is contained in:
commit
e5e36c4a4e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ branding:
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://docker/github-actions:v1.0
|
image: docker://docker/github-actions:v1
|
||||||
args:
|
args:
|
||||||
- build-push
|
- build-push
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue