added action on push titouan
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 4m34s

This commit is contained in:
Sadrinho27 2025-09-12 14:44:02 +02:00
parent 89f7923e43
commit c3426d43da

View File

@ -2,7 +2,9 @@ name: Build and Push to Registry
on:
push:
branches: [ dev ]
branches:
- dev
- titouan
env:
REGISTRY: git.4nkweb.com
@ -39,4 +41,5 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:titouan
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}