3
0
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:
Stefan Schmidt
2023-10-09 21:31:50 +02:00
committed by Stefan Schmidt
parent 33c0f393b1
commit ed21e83da4

View File

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