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

This commit is contained in:
nutchayut
2024-06-02 00:07:26 +07:00
parent 318d7884f2
commit 49a5028501

View File

@@ -22,13 +22,12 @@ steps:
#dry_run: true #dry_run: true
debug: false debug: false
<<: *docker_creds <<: *docker_creds
steps:
- name: API Management # building the API docker image - name: API Management # building the API docker image
image: plugins/docker image: plugins/docker
pull: if-not-exists pull: if-not-exists
settings: settings:
dockerfile: OCPP.Core.Management/Dockerfile dockerfile: OCPP.Core.Management/Dockerfile
repo: registry.71dev.com/nutchayut/ocpp.core.server repo: registry.71dev.com/nutchayut/ocpp.core.management
tags: latest tags: latest
registry: "registry.71dev.com" registry: "registry.71dev.com"
#dry_run: true #dry_run: true