fix: use same repo for base image with different tag
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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!
This commit is contained in:
Ehsan.Asadi
2025-12-30 22:42:34 +03:30
parent 15e664461d
commit cf6fcd4dfe

View File

@@ -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}