Skip to content

Commit 70e36eb

Browse files
authored
chore: Fixed Docker Hub description update (#24)
1 parent ec9138f commit 70e36eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ jobs:
153153
with:
154154
username: ${{ secrets.DOCKERHUB_USERNAME }}
155155
password: ${{ secrets.DOCKERHUB_TOKEN }}
156-
repository: ${{ github.repository }}
156+
repository: ${{ secrets.DOCKERHUB_REPO }}
157157

158158
- name: Get changelog entry
159159
id: changelog_reader
160160
uses: mindsers/changelog-reader-action@8f405204c383ffc2ff8646e9ae4daf7aa3a8b213
161161
with:
162162
path: ./CHANGELOG.md
163-
version: v${{ steps.metadata.outputs.version }}
163+
version: ${{ github.ref_name }}
164164

165165
- name: Create release
166166
uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac

0 commit comments

Comments
 (0)