Replace 'ext' tag with 'int-dev'

This commit is contained in:
Omar Oughriss 2025-09-22 14:18:48 +02:00
parent 753e4c6a3e
commit 0b22212323

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:
@ -51,7 +51,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"