add docker build to test; this should be fun
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-19 01:09:07 -05:00
parent b83d0e566b
commit 2672ce0653
9 changed files with 100 additions and 0 deletions

View File

@ -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 .