Update docker.yml

This commit is contained in:
Andrei Canta 2023-03-26 23:48:43 +03:00 committed by GitHub
parent d9303691ad
commit 60f796dd0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}
- name: Build and push
uses: docker/build-push-action@v4
with: