diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.drone.yml b/.drone.yml index 6b18b8f063..91d9e01d93 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,21 +50,21 @@ pipeline: event: [ push, tag ] branch: [ master, refs/tags/* ] - docker: - image: plugins/docker - repo: gitea/gitea - tags: [ '${TAG}' ] - when: - event: [ tag ] - branch: [ refs/tags/* ] + # docker: + # image: plugins/docker + # repo: gitea/gitea + # tags: [ '${TAG}' ] + # when: + # event: [ tag ] + # branch: [ refs/tags/* ] - docker: - image: plugins/docker - repo: gitea/gitea - tags: [ 'latest' ] - when: - event: [ push ] - branch: [ master ] + # docker: + # image: plugins/docker + # repo: gitea/gitea + # tags: [ 'latest' ] + # when: + # event: [ push ] + # branch: [ master ] release: image: plugins/s3 |