fix .drone.yml
continuous-integration/drone/push Build is failing Details

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
1 changed files with 7 additions and 1 deletions

View File

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