Skip to content

Commit

Permalink
Merge pull request #4 from peter-evans/container-action-update
Browse files Browse the repository at this point in the history
Update for Actions v2
  • Loading branch information
peter-evans committed Oct 3, 2019
2 parents 843595a + 861e7a6 commit 7567c7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 71 deletions.
70 changes: 0 additions & 70 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- name: Docker Hub Description
uses: ./
env:
Expand Down
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Docker Hub Description'
author: 'Peter Evans'
description: 'An action to update a Docker Hub repository description from README.md'
runs:
using: 'docker'
image: 'docker://peterevans/dockerhub-description:2.1.0'
branding:
icon: 'upload'
color: 'blue'

0 comments on commit 7567c7b

Please sign in to comment.