Docker image CI build #43

Merged
skobkin merged 6 commits from feature_docker_ci_build into master 2022-08-13 21:04:20 +00:00
Showing only changes of commit 34a96a1164 - Show all commits

View file

@ -3,7 +3,7 @@
kind: pipeline
type: docker
name: app-check
name: build
steps:
- name: build-deps
@ -30,7 +30,7 @@ steps:
- pull_request
branch:
exclude: master
- name: docker-build
- name: build-docker
# https://github.com/drone/drone-plugin-index/blob/main/plugins/docker/original.md
image: plugins/docker
when: