fix .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dmitry Belyaev 2023-03-28 17:12:50 +03:00
parent f4af0d5e77
commit bfaeba816e
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -2,12 +2,18 @@ kind: pipeline
name: default name: default
steps: steps:
- name: docker - name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: docker
image: plugins/docker image: plugins/docker
settings: settings:
registry: gitea.b4tman.ru registry: gitea.b4tman.ru
username: b4tman username: b4tman
repo: b4tman/qchgk repo: b4tman/qchgk
tags: latest tags: latest
context: src
dockerfile: ../Dockerfile
dry_run: true dry_run: true