1
0
Fork 0

add test container pipeline

This commit is contained in:
Sean Sube 2024-02-25 14:03:04 -06:00
parent dd4ae0686e
commit 30a384f2fe
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
steps:
- name: build
image: docker.io/docker:20.10
commands:
- mkdir ${HOME}/.docker
- echo "${DOCKER_SECRET}" | base64 -d > ${HOME}/.docker/config.json
- ../common/scripts/image-build.sh --push
services:
- name: dind
image: docker.io/docker:20.10-dind