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