This commit is contained in:
JurajKubrican
2024-10-28 14:39:53 +01:00
parent 5537f0cfc0
commit ebd579056a

View File

@@ -24,7 +24,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.CR_PAT }}
- name: Build Docker image - name: Build Docker image
run: | run: |