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: on:
push: push:
tags: tags:
- ext - int-dev
jobs: jobs:
build_push: build_push:
@ -51,7 +51,7 @@ jobs:
set -euo pipefail set -euo pipefail
echo "$REG_TOKEN" | docker login git.4nkweb.com -u "$REG_USER" --password-stdin 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 shell: bash
env: env:
DOCKER_BUILDKIT: "1" DOCKER_BUILDKIT: "1"