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

This commit is contained in:
Ehsan.Asadi
2025-12-31 01:02:13 +03:30
parent a26e948fde
commit 66e7985eb4

View File

@@ -20,9 +20,9 @@ steps:
registry: hub.peikarband.ir
repo: *app_image
username:
from_secret: harbor_username
from_secret: HARBOR_USERNAME
password:
from_secret: harbor_password
from_secret: HARBOR_PASSWORD
dockerfile: docker/Dockerfile.base
context: .
platforms: linux/amd64
@@ -49,6 +49,8 @@ steps:
timeout: 30m
debug: true
log-level: debug
insecure: true
when:
event: [push, tag, manual]
branch: [main, develop]