Update cicd to push 235 image

This commit is contained in:
omaroughriss 2025-07-24 13:18:31 +02:00
parent ce2c399055
commit 013437a55f

View File

@ -2,14 +2,14 @@ name: Build and Push to Registry
on:
push:
branches: [ main ]
branches: [ env_235 ]
pull_request:
types: [closed]
branches: [ main ]
branches: [ env_235 ]
env:
REGISTRY: git.4nkweb.com
IMAGE_NAME: 4nk/lecoffre-back-mini
IMAGE_NAME: 4nk/lecoffre-back-mini-235
jobs:
build-and-push: