Use PAT for registry auth
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 47s

This commit is contained in:
Alexandre Bruyant 2024-01-06 11:14:38 +01:00
parent e11e54c02b
commit 7d52492e30

View File

@ -42,7 +42,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.PACKAGE_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta