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