Build the tag
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-05-02 18:31:46 +02:00
parent fd54672540
commit 15c9d4a153
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ steps:
password:
from_secret: docker_reg_passwd
repo: decentral1se/autonomic.zone
tags: latest
tags: v2.0.0
- name: deployment
image: decentral1se/drone-stack:19.03.8-override-compose

View File

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