This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user