This commit is contained in:
nutchayut
2024-05-31 00:44:05 +07:00
parent 88ddddd7c2
commit 24662995d0
41 changed files with 14047 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
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: Dockerfile
repo: registry.71dev.com/nutchayut/OCPP.Core
tags: latest
registry: "registry.71dev.com"
#dry_run: true
debug: false
<<: *docker_creds