Browse Source

feat: upgrade drone docker image to support multi-stage build. (#1732)

* feat: upgrade drone docker image to support multi-stage build.

* update drone sig file.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* update drone sig file.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
tags/v1.21.12.1
Bo-Yi Wu GitHub 8 years ago
parent
commit
da89afda58
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      .drone.yml
  2. +1
    -1
      .drone.yml.sig

+ 3
- 0
.drone.yml View File

@@ -105,6 +105,7 @@ pipeline:

docker:
image: plugins/docker
pull: true
repo: gitea/gitea
tags: [ '${DRONE_TAG##v}' ]
when:
@@ -113,6 +114,7 @@ pipeline:

docker:
image: plugins/docker
pull: true
repo: gitea/gitea
tags: [ '${DRONE_BRANCH##release/v}' ]
when:
@@ -121,6 +123,7 @@ pipeline:

docker:
image: plugins/docker
pull: true
repo: gitea/gitea
tags: [ 'latest' ]
when:


+ 1
- 1
.drone.yml.sig
File diff suppressed because it is too large
View File


Loading…
Cancel
Save