second fix to ghcr login

This commit is contained in:
William Perdue 2021-11-14 21:30:54 -08:00
parent 289557251b
commit e285d3370c
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@ jobs:
id: docker_buildx
uses: docker/setup-buildx-action@v1
- name: log in to ghcr
uses: docker/login-action@v1
uses: docker/login-action@master
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.CR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build and push
uses: docker/build-push-action@v2
with: