Files
OCPP.Core/OCPP.Core.Server/.drone.yml
nutchayut 4f022f2699
Some checks failed
continuous-integration/drone Build is failing
bug fixed
2024-05-31 00:47:22 +07:00

24 lines
502 B
YAML

kind: pipeline
type: docker
name: default
globals:
- &docker_creds
username:
from_secret: gitea_username
password:
from_secret: gitea_password
steps:
- name: API # building the API docker image
image: plugins/docker
pull: if-not-exists
settings:
dockerfile: /OCPP.Core.Server/Dockerfile
repo: registry.71dev.com/nutchayut/OCPP.Core
tags: latest
registry: "registry.71dev.com"
#dry_run: true
debug: false
<<: *docker_creds