Skip to content
Snippets Groups Projects
Commit 6303b969 authored by Henrik Tramberend's avatar Henrik Tramberend
Browse files

Try stack docker CI build

parent 7b16fb7a
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,11 @@ build:
stage: build
script:
- docker build -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
\ No newline at end of file
- docker push $CI_REGISTRY_IMAGE
stackdockerbuild:
stage: build
only:
- master
script:
- stack --docker build
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