We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a7440 commit 5232284Copy full SHA for 5232284
.github/workflows/docker.yml
@@ -12,8 +12,8 @@ jobs:
12
uses: docker/login-action@v3
13
with:
14
registry: ghcr.io
15
- username: ${{ github.repository_owner }}
16
- password: ${{ secrets.GHCR_PERSONAL_ACCESS_TOKEN }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
17
- uses: actions/checkout@v4
18
- name: Build and push Docker images
19
uses: docker/build-push-action@v6
0 commit comments