Skip to content

Commit 62cc678

Browse files
committed
add ghcr token
1 parent cb7ac63 commit 62cc678

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
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}
31-
password: ${{ secrets.DOCKERHUB_TOKEN_2 }}
31+
password: ${{ secrets.GHCR_TOKEN }}
3232
- name: Get the version
3333
id: get_version
3434
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)