fixe ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ehsan.Asadi
2025-12-30 23:20:34 +03:30
parent c8f69caf06
commit fbd2f9845c

View File

@@ -17,7 +17,7 @@ steps:
image: woodpeckerci/plugin-docker-buildx
settings:
registry: hub.peikarband.ir
repo: *app_image
repo: *base_image
username:
from_secret: HARBOR_USERNAME
password:
@@ -29,7 +29,7 @@ steps:
tags:
- base
- base-python3.11-node20
- base-python3.11-node20-${CI_COMMIT_SHA:0:8}
build_args:
- PYTHON_VERSION=3.11
@@ -47,7 +47,7 @@ steps:
provenance: true
push: true
timeout: 30m
when:
event: [push, tag, manual]
branch: [main, develop, feature/restructure-project]