Skip to content

Commit

Permalink
Merge pull request #4 from docker/release-v1
Browse files Browse the repository at this point in the history
Use v1.0 of github-actions image
  • Loading branch information
Nick Adcock authored and GitHub committed Mar 16, 2020
2 parents df13b26 + 67d415f commit 60bd14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60bd14a

Please sign in to comment.