Skip to content

Commit

Permalink
chore: Fixed Docker Hub description update (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Nov 21, 2022
1 parent ec9138f commit 70e36eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ github.repository }}
repository: ${{ secrets.DOCKERHUB_REPO }}

- name: Get changelog entry
id: changelog_reader
uses: mindsers/changelog-reader-action@8f405204c383ffc2ff8646e9ae4daf7aa3a8b213
with:
path: ./CHANGELOG.md
version: v${{ steps.metadata.outputs.version }}
version: ${{ github.ref_name }}

- name: Create release
uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac
Expand Down

0 comments on commit 70e36eb

Please sign in to comment.