We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694dff9 commit 06ac9a1Copy full SHA for 06ac9a1
1 file changed
.github/workflows/docker.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
registry: ghcr.io
39
username: ${{ github.actor }}
40
- password: ${{ secrets.DOCKER_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
41
42
- name: Build and push multi-arch image
43
uses: docker/build-push-action@v6
0 commit comments