Update docker workflow

This commit is contained in:
thibaud-leclere 2026-03-28 10:20:24 +01:00
parent 21b0f681be
commit 4c5e82cb9d

View file

@ -30,7 +30,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.lclr.dev
username: ${{ gitea.actor }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push app
@ -70,7 +70,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.lclr.dev
username: ${{ gitea.actor }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push database