Skip to content

Commit ef311de

Browse files
authored
[CI] Hotfix for Docker image upload token (#574)
1 parent 9920910 commit ef311de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
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.GITHUB_TOKEN }}
40+
password: ${{ secrets.DOCKER_TOKEN }}
4141

4242
- name: Build and push multi-arch image
4343
uses: docker/build-push-action@v6
@@ -47,4 +47,3 @@ jobs:
4747
platforms: linux/amd64,linux/arm64
4848
push: true # ${{ github.ref == 'refs/heads/master' }}
4949
tags: ghcr.io/learning-process/ppc-ubuntu:latest
50-
visibility: public

0 commit comments

Comments
 (0)