Initial commit of nukage build image.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-10-03 01:58:45 -05:00
commit 8455362740
2 changed files with 12 additions and 0 deletions

7
.woodpecker.yml Normal file
View File

@@ -0,0 +1,7 @@
steps:
build-nukage-ci:
image: docker
commands:
- docker build -t nukage-ci nukage-ci
volumes:
- /var/run/docker.sock:/var/run/docker.sock