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 9920910 commit ef311deCopy full SHA for ef311de
.github/workflows/docker.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
registry: ghcr.io
39
username: ${{ github.actor }}
40
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.DOCKER_TOKEN }}
41
42
- name: Build and push multi-arch image
43
uses: docker/build-push-action@v6
@@ -47,4 +47,3 @@ jobs:
47
platforms: linux/amd64,linux/arm64
48
push: true # ${{ github.ref == 'refs/heads/master' }}
49
tags: ghcr.io/learning-process/ppc-ubuntu:latest
50
- visibility: public
0 commit comments