Skip to content

Commit a9a5791

Browse files
committed
updated workflow login
1 parent 4920bc5 commit a9a5791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2525
with:
2626
registry: ghcr.io
27-
username: ${{ github.actor }}
27+
username: USERNAME
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Extract metadata (tags, labels) for Docker

0 commit comments

Comments
 (0)