Skip to content

Commit 06ac9a1

Browse files
authored
[CI] Fix Docker upload token (#558)
1 parent 694dff9 commit 06ac9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}
40-
password: ${{ secrets.DOCKER_TOKEN }}
40+
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and push multi-arch image
4343
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)