name: test kind: pipeline steps: - name: build image: ruby commands: - gem install bundler - bundle install - bundle exec jekyll build --- name: build kind: pipeline steps: - name: publish image: plugins/docker settings: pull_image: true registry: docker.atomaka.com repo: docker.atomaka.com/atomaka.com trigger: branch: master