Added CICD for titouan branch
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 4m38s

This commit is contained in:
Sadrinho27 2025-09-12 15:55:33 +02:00
parent dc99334444
commit 97be904197

View File

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