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