Skip to content

Commit cfbefee

Browse files
authored
Fix GHCR Username in Container Builder (spack#25301)
1 parent 98d4a7a commit cfbefee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/login-action@v1
5555
with:
5656
registry: ghcr.io
57-
username: spack
57+
username: ${{ github.actor }}
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Set up QEMU

0 commit comments

Comments
 (0)