We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31658f commit 38bb5f9Copy full SHA for 38bb5f9
.github/workflows/ghcr-manual-push.yml
@@ -40,16 +40,13 @@ jobs:
40
- name: Set up Docker Buildx
41
id: buildx
42
uses: docker/setup-buildx-action@v3
43
- with:
44
- buildkitd-config-inline: |
45
- [registry."ghcr.io"]
46
47
- name: Login to Github Container Registry
48
uses: docker/login-action@v3
49
with:
50
registry: ghcr.io
51
username: ${{ github.repository_owner }}
52
- password: ${{ secrets.GHCR_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Build and push
55
uses: docker/build-push-action@v5
0 commit comments