Use latest tags
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 13:13:30 +02:00
parent fd09a12a24
commit 56eaeadfcb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ steps:
password:
from_secret: docker_reg_passwd
repo: decentral1se/autonomic.zone
tags: v2.0.0
tags: latest
- name: deployment
image: decentral1se/stack-ssh-deploy:0.0.1
image: decentral1se/stack-ssh-deploy:latest
settings:
stack: jekyll
compose: docker-compose.prod.yml

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
jekyll:
image: decentral1se/autonomic.zone:v2.0.0
image: decentral1se/autonomic.zone:latest
command: bundle exec jekyll serve --host 0.0.0.0 --trace
environment:
JEKYLL_ENV: production