Skip to content

Commit 89ae21c

Browse files
committed
align the login username with the namespace
1 parent 8bda02a commit 89ae21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/login-action@v3
2222
with:
2323
registry: ghcr.io
24-
username: ${{ github.actor }}
24+
username: ${{ env.GHCR_NAMESPACE }}
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Build and push
2727
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)