Replace 'ext' tag with 'int-dev'

This commit is contained in:
Omar Oughriss 2025-09-22 14:10:02 +02:00
parent 22bcc727c9
commit 2e1580e400

View File

@ -1,9 +1,9 @@
name: build-and-push-ext
name: build-and-push-int-dev
on:
push:
tags:
- ext
- int-dev
jobs:
build_push:
@ -86,7 +86,7 @@ jobs:
set -euo pipefail
echo "$REG_TOKEN" | docker login git.4nkweb.com -u "$REG_USER" --password-stdin
- name: Build image (target ext)
- name: Build image (target int-dev)
shell: bash
env:
DOCKER_BUILDKIT: "1"
@ -111,7 +111,7 @@ jobs:
exit 1
fi
docker build --target ext --ssh default "${buildArgs[@]}" \
docker build --target int-dev --ssh default "${buildArgs[@]}" \
-t git.4nkweb.com/4nk/lecoffre-front:${{ steps.tag.outputs.TAG }} \
-f Dockerfile .
else