Try pushing docker image
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Andrew Tomaka 2023-02-17 23:39:05 -05:00
parent de6696b41e
commit 352c4158c2
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -1,12 +1,14 @@
name: default pipeline:
build:
kind: pipeline image: ruby
type: docker commands:
- gem install bundler
steps: - bundle install
- name: build - bundle exec jekyll build
image: ruby publish:
commands: image: plugins/docker
- gem install bundler settings:
- bundle install registry: docker.atomaka.com
- bundle exec jekyll build repo: atomaka.com
tags:
- latest