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 93f4ab0 commit 8ee5094Copy full SHA for 8ee5094
1 file changed
.github/workflows/release.yml
@@ -32,8 +32,8 @@ jobs:
32
uses: docker/login-action@v3
33
with:
34
registry: ghcr.io
35
- username: python
36
- password: ${{ secrets.GHCR_TOKEN }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
37
- name: Build and push
38
uses: docker/build-push-action@v5
39
0 commit comments