add ci configration
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-12-07 15:02:39 +01:00
parent 47af3f666f
commit 7db7389558
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,6 +1,8 @@
pipeline:
build_commit:
image: docker:stable
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build
--tag gitnet.fr/$CI_REPO:$CI_COMMIT_SHA
@ -11,6 +13,8 @@ pipeline:
build_tag:
image: docker:stable
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build
--tag gitnet.fr/$CI_REPO:$CI_COMMIT_TAG