Fix GHCR Username in Container Builder (#25301)

This commit is contained in:
Alec Scott 2021-08-06 17:25:36 -07:00 committed by GitHub
parent 98d4a7af24
commit cfbefee0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: ghcr.io registry: ghcr.io
username: spack username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU - name: Set up QEMU