Disable broken docker build for now
This commit is contained in:
parent
755ed84740
commit
3ae7955d15
2 changed files with 15 additions and 15 deletions
28
.drone.yml
28
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue