Try pushing docker image
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details

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
1 changed files with 14 additions and 12 deletions

View File

@ -1,12 +1,14 @@
name: default
kind: pipeline
type: docker
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll 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