b
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nutchayut
2024-06-02 00:06:06 +07:00
parent fc38961b62
commit 318d7884f2
334 changed files with 9341 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ globals:
from_secret: gitea_password
steps:
- name: API # building the API docker image
- name: API Server # building the API docker image
image: plugins/docker
pull: if-not-exists
settings:
@@ -21,4 +21,16 @@ steps:
registry: "registry.71dev.com"
#dry_run: true
debug: false
<<: *docker_creds
steps:
- name: API Management # building the API docker image
image: plugins/docker
pull: if-not-exists
settings:
dockerfile: OCPP.Core.Management/Dockerfile
repo: registry.71dev.com/nutchayut/ocpp.core.server
tags: latest
registry: "registry.71dev.com"
#dry_run: true
debug: false
<<: *docker_creds