update build ci
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2023-10-18 21:51:24 +02:00
parent e60bd2a58c
commit 82a6dcd170
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -7,6 +7,6 @@ steps:
image: docker:dind
commands:
- docker build -t "deblan_mage:latest" -f "./Dockerfile" .
- docker rm "deblan_mage:latest"
- docker image rm "deblan_mage:latest"
volumes:
- /var/run/docker.sock:/var/run/docker.sock