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

View File

@@ -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