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