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 65d30d6 commit c0f8f9cCopy full SHA for c0f8f9c
.github/workflows/docker-pub.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
registry: ghcr.io
26
username: ${{ github.repository_owner }}
27
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GH_TOKEN }}
28
29
- name: Build Meta
30
run: echo "::set-output name=dtag::ghcr.io/barelyhuman/goblin:nightly"
0 commit comments