Skip to content

Commit

Permalink
build: use marvinpinto/action-automatic-releases to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
clambin committed Aug 3, 2021
1 parent 4ec0233 commit b51c824
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- name: Docker Hub Description
uses: peter-evans/[email protected]
- uses: marvinpinto/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: clambin/pinger
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
bld/*

0 comments on commit b51c824

Please sign in to comment.