mirror of
https://github.com/XboxDev/nxdk.git
synced 2026-02-04 12:35:22 +00:00
docker: Fix missing authorization when pushing image
This commit is contained in:
committed by
Stefan Schmidt
parent
33c0f393b1
commit
ed21e83da4
2
.github/workflows/build_docker_image.yml
vendored
2
.github/workflows/build_docker_image.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
if: github.ref == 'refs/heads/master' && matrix.tag == 'latest'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user