Skip to content

Commit cd56cf8

Browse files
authored
Fix container build
1 parent e085e08 commit cd56cf8

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
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/login-action@v1
3535
with:
3636
registry: ghcr.io
37-
username: bitprocessor
37+
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build and push Docker image

0 commit comments

Comments
 (0)