Skip to content

Commit 7b9ab44

Browse files
committed
ci: set ghcr login username
1 parent 9f2eb92 commit 7b9ab44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- uses: docker/login-action@v1
6666
with:
6767
registry: ${{ env.REGISTRY }}
68+
username: ${{ github.actor }}
6869
password: ${{ secrets.GITHUB_TOKEN }}
6970
- name: Extract Metadata
7071
id: meta
@@ -77,4 +78,4 @@ jobs:
7778
context: .
7879
push: true
7980
tags: ${{ steps.meta.outputs.tags }}
80-
labels: ${{ steps.meta.outputs.labels }}
81+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)