Compare commits

...

2 commits

Author SHA1 Message Date
ce74bdeb39 ..
Some checks failed
continuous-integration/drone/push Build is failing
2021-07-12 01:58:26 +02:00
638a924f96 remove autotag 2021-07-12 01:52:40 +02:00

View file

@ -15,8 +15,6 @@ steps:
- name: docker
image: plugins/docker
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
repo: cami/Bachelorthesis_Code
username:
from_secret: DOCKER_USERNAME
@ -27,33 +25,3 @@ steps:
- main
event:
- push
---
kind: pipeline
type: docker
name: manifest
steps:
- name: publish
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
target: caminsha/behaviobio
template: caminsha/behaviobio:OS-ARCH
platforms:
- linux/amd64
username:
from_secret: USERNAME
password:
from_secret: PASSWORD
depends_on:
- linux-amd64
trigger:
branch:
- main
event:
- push