Skip to content

Commit 1f4467c

Browse files
committed
update secret ref
1 parent d082200 commit 1f4467c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}
27-
password: ${{ secrets.ghcr-public }}
27+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2828
- name: Get the version
2929
id: get_version
3030
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)