Add "dev" tagged image
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m17s

This commit is contained in:
Omar Oughriss 2025-09-08 16:44:33 +02:00
parent 0fc7b6e4c3
commit ede8d95fd1

View File

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