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
kind: pipeline
type: docker
steps:
- name: build
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
publish:
image: plugins/docker
settings:
registry: docker.atomaka.com
repo: atomaka.com
tags:
- latest