1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

Disable broken docker build for now

This commit is contained in:
Thomas Boerger
2016-11-25 09:49:12 +01:00
parent 755ed84740
commit 3ae7955d15
2 changed files with 15 additions and 15 deletions

View File

@@ -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