Skip to content
Snippets Groups Projects
Commit 1483bd8c authored by Julien.Prados's avatar Julien.Prados
Browse files

Add CI/CD file

parent de29cbcb
No related branches found
No related tags found
No related merge requests found
Pipeline #97047 failed
build:
image: docker:20.10.16
stage: build
services:
- docker:20.10.16-dind
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment