fix cicd
All checks were successful
build / build (push) Successful in 1m51s

This commit is contained in:
cheetah 2025-04-05 04:54:39 +02:00
parent 9fcc3d122a
commit 2326cc7552

View file

@ -12,7 +12,7 @@ jobs:
with:
registry: git.cheetah.cat
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PAT_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3