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 2813359 commit 57106d8Copy full SHA for 57106d8
.github/workflows/docker-cd.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: docker/login-action@v3
38
with:
39
registry: ${{ env.REGISTRY }}
40
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
41
password: ${{ secrets.GITHUB_TOKEN }}
42
43
# Set up BuildKit Docker container builder to be able to build
0 commit comments