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