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.
2 parents 5c95880 + e837132 commit c623388Copy full SHA for c623388
.github/workflows/build-and-push-containers.yml
@@ -31,8 +31,8 @@ jobs:
31
uses: docker/login-action@v3
32
with:
33
registry: ghcr.io
34
- username: ${{ secrets.AUTOMATIC_RELEASES_CONTAINER_USERNAME }}
35
- password: ${{ secrets.AUTOMATIC_RELEASES_CONTAINER_PAT }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
36
37
- name: Build and push
38
uses: docker/build-push-action@v6
0 commit comments