mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 14:59:43 +00:00
Remove docker build from pipeline (using dockerhub)
This commit is contained in:
parent
4c1aa04f7d
commit
0583e45f1c
1 changed files with 0 additions and 33 deletions
33
.drone.yml
33
.drone.yml
|
|
@ -27,36 +27,3 @@ steps:
|
|||
# Upload coverage report
|
||||
- pip install codecov
|
||||
- codecov
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: publish
|
||||
|
||||
steps:
|
||||
- name: tag
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "$DRONE_COMMIT_SHA" > .tags
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
|
||||
- name: tag-release
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "$DRONE_TAG,latest" > .tags
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
auto_tag: false
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
|
||||
depends_on: [test]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue