add docker build to test; this should be fun
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -47,6 +47,9 @@ kind: pipeline
|
||||
type: exec
|
||||
name: check_docker
|
||||
|
||||
environment:
|
||||
BUILD_PREFIX: gitea.thezengarden.net/podman/images
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
exclude:
|
||||
@ -78,3 +81,6 @@ steps:
|
||||
commands:
|
||||
- docker ps -a
|
||||
|
||||
- name: docker_build
|
||||
commands:
|
||||
- docker build -t $BUILD_PREFIX .
|
||||
|
Reference in New Issue
Block a user