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:
committed by
Lauris BH
parent
d99f4ab003
commit
d39b88ae88
@@ -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:
|
||||
|
Reference in New Issue
Block a user