from master
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitry Belyaev 2023-04-02 17:22:08 +03:00
parent ce023126fc
commit 9d24c83c5c
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 38 additions and 1 deletions

View File

@ -1,6 +1,10 @@
kind: pipeline
type: docker
name: default
platform:
os: linux
steps:
- name: submodules
image: alpine/git
@ -11,9 +15,42 @@ steps:
settings:
registry: gitea.b4tman.ru
username: b4tman
repo: b4tman/qchgk
repo: gitea.b4tman.ru/b4tman/qchgk
tags: latest
context: src
dockerfile: Dockerfile
dry_run: true
---
kind: pipeline
type: docker
name: publish
platform:
os: linux
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: docker
image: plugins/docker
settings:
registry: gitea.b4tman.ru
username: b4tman
repo: gitea.b4tman.ru/b4tman/qchgk
auto_tag: true
context: src
dockerfile: Dockerfile
password:
from_secret: gitea_password
trigger:
branch:
- master
- rocket
- actix
event:
- push
- tag