diff --git a/.woodpecker.yml b/.woodpecker.yml index c9ff616..e3caf31 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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]