1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

Fix master build for docs docker (#3004)

This commit is contained in:
techknowlogick
2017-11-28 17:17:23 -05:00
committed by Lauris BH
parent d99f4ab003
commit d39b88ae88
2 changed files with 4 additions and 2 deletions

View File

@@ -194,6 +194,7 @@ pipeline:
pull: true
secrets: [ docker_username, docker_password ]
repo: gitea/docs
context: docs
dockerfile: docs/Dockerfile
tags: [ '${DRONE_BRANCH##release/v}' ]
when:
@@ -205,6 +206,7 @@ pipeline:
pull: true
secrets: [ docker_username, docker_password ]
repo: gitea/docs
context: docs
dockerfile: docs/Dockerfile
tags: [ 'latest' ]
when: