Update docker workflow
Some checks failed
Build and Push Docker Images / Build app image (push) Failing after 8s
Build and Push Docker Images / Build database image (push) Successful in 9s

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