Fix GHCR Username in Container Builder (#25301)
This commit is contained in:
parent
98d4a7af24
commit
cfbefee0fa
2
.github/workflows/build-containers.yml
vendored
2
.github/workflows/build-containers.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: spack
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Set up QEMU
|
||||
|
Loading…
Reference in New Issue
Block a user