We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d082200 commit 1f4467cCopy full SHA for 1f4467c
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
registry: ghcr.io
26
username: ${{ github.repository_owner }}
27
- password: ${{ secrets.ghcr-public }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
28
- name: Get the version
29
id: get_version
30
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
0 commit comments