fix: use same repo for base image with different tag
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user