Replace 'ext' tag with 'int-dev'

This commit is contained in:
Omar Oughriss 2025-09-22 14:33:23 +02:00
parent 33b27c1d3e
commit fdfaf6f3f6

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:
@ -38,7 +38,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"
@ -46,7 +46,7 @@ jobs:
set -euo pipefail
if [ -n "${SSH_AUTH_SOCK:-}" ]; then
docker build --ssh default \
-t git.4nkweb.com/4nk/sdk_storage:ext \
-t git.4nkweb.com/4nk/sdk_storage:int-dev \
-f Dockerfile .
else
echo "SSH_AUTH_SOCK non défini: l'agent SSH n'est pas disponible. Assurez-vous de définir secrets.SSH_PRIVATE_KEY."
@ -57,4 +57,4 @@ jobs:
shell: bash
run: |
set -euo pipefail
docker push git.4nkweb.com/4nk/sdk_storage:ext
docker push git.4nkweb.com/4nk/sdk_storage:int-dev