Replace 'ext' tag to 'int-dev'

This commit is contained in:
Omar Oughriss 2025-09-22 13:54:40 +02:00
parent 44aab5bf75
commit dd5d3f44e1

View File

@ -1,9 +1,9 @@
name: build-and-push-ext name: build-and-push-int-dev
on: on:
push: push:
tags: tags:
- ext - int-dev
jobs: jobs:
build_push: build_push:
@ -36,7 +36,7 @@ jobs:
if [[ "$msg" =~ ci:\ docker_tag=([a-zA-Z0-9._:-]+) ]]; then if [[ "$msg" =~ ci:\ docker_tag=([a-zA-Z0-9._:-]+) ]]; then
tag="${BASH_REMATCH[1]}" tag="${BASH_REMATCH[1]}"
else else
tag="ext" tag="int-dev"
fi fi
echo "TAG=$tag" | tee -a $GITHUB_OUTPUT echo "TAG=$tag" | tee -a $GITHUB_OUTPUT
@ -58,7 +58,7 @@ jobs:
set +a set +a
env | grep '^NEXT_PUBLIC_' || true env | grep '^NEXT_PUBLIC_' || true
- name: Build image (ext) - name: Build image (int-dev)
shell: bash shell: bash
env: env:
DOCKER_BUILDKIT: "1" DOCKER_BUILDKIT: "1"