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:54:25 +02:00
parent 82a6dcd170
commit bbc6771997
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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