ci: update env var
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 21s

This commit is contained in:
Nathan Lamy 2025-08-21 16:16:07 +02:00
parent d2f7fed245
commit 4821e5eee8

View file

@ -18,14 +18,14 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.lamy-charrier.fr
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
images: git.lamy-charrier.fr/${{ github.repository }}
images: git.lamy-charrier.fr/packages/${{ github.repository }}
tags: |
type=ref,event=branch
type=ref,event=tag