docker-mage/.woodpecker/build.yml
Simon Vieille 82a6dcd170
All checks were successful
ci/woodpecker/push/build Pipeline was successful
update build ci
2023-10-18 21:51:24 +02:00

13 lines
293 B
YAML

when:
- event: [push, manual, pull_request]
branch: [main]
steps:
docker:
image: docker:dind
commands:
- docker build -t "deblan_mage:latest" -f "./Dockerfile" .
- docker image rm "deblan_mage:latest"
volumes:
- /var/run/docker.sock:/var/run/docker.sock