Merge branch 'rocket'

This commit is contained in:
Dmitry Belyaev 2023-04-02 17:27:32 +03:00
commit d01a63a7c0
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 39 additions and 2 deletions

View File

@ -1,6 +1,10 @@
kind: pipeline kind: pipeline
type: docker
name: default name: default
platform:
os: linux
steps: steps:
- name: submodules - name: submodules
image: alpine/git image: alpine/git
@ -11,9 +15,42 @@ steps:
settings: settings:
registry: gitea.b4tman.ru registry: gitea.b4tman.ru
username: b4tman username: b4tman
repo: b4tman/qchgk repo: gitea.b4tman.ru/b4tman/qchgk
tags: latest tags: latest
context: src context: src
dockerfile: Dockerfile dockerfile: Dockerfile
dry_run: true 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

2
src

@ -1 +1 @@
Subproject commit b281f85a70a9a741d1a0851deefcb80e6aa22061 Subproject commit d1cb2187c1a74b394df651cb244cbf93982493cb