Merge branch '2-build-and-publish-automatically-on-tags' into 'master'
feat: build and publish the docker image on tags Closes #2 See merge request !6
No related branches found
No related tags found
.gitlab-ci.yml
0 → 100644
... | ... | @@ -6,8 +6,7 @@ gem "minima", "~> 2.5" |
gem 'jekyll-theme-lcsb-default', '~> 0.3.3', :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default.git", :tag => "0.3.3" | ||
group :jekyll_plugins do | ||
gem "jekyll-paginate-v2", "~> 3", | ||
:git => "https://github.com/sverrirs/jekyll-paginate-v2.git" | ||
gem "jekyll-paginate-v2", "~> 3" | ||
gem "jekyll-feed", "~> 0.6" | ||
end | ||
... | ... |
Please register or sign in to comment