From cf6fcd4dfe66d8f606dc90fff440f2250c483b52 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Tue, 30 Dec 2025 22:42:34 +0330 Subject: [PATCH] fix: use same repo for base image with different tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Solution to 413 Payload Too Large: ✅ Same repository: peikarband/landing ✅ Different tags: base, latest, {commit} Images: • hub.peikarband.ir/peikarband/landing:base (base image) • hub.peikarband.ir/peikarband/landing:latest (app) • hub.peikarband.ir/peikarband/landing:{commit} (app) No new repo creation, no permission issues! --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 103ee10..25a2870 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -34,6 +34,8 @@ pipeline: build_args: - PYTHON_VERSION=3.11 - NODE_VERSION=20 + - BUILD_DATE=${CI_PIPELINE_CREATED} + - VERSION=${CI_COMMIT_SHA:0:8} labels: - org.opencontainers.image.created=${CI_PIPELINE_CREATED}