Merge pull request #4 from docker/release-v1

Use v1.0 of github-actions image
This commit is contained in:
Nick Adcock 2020-03-16 14:47:35 +00:00 committed by GitHub
commit 60bd14a051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ description: Builds and pushes Docker images and will log in to a Docker registr
author: Docker
runs:
using: docker
image: docker://docker/github-actions:v0.1
image: docker://docker/github-actions:v1.0
args:
- build-push
inputs: