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