feature/cicd #134

Merged
cami merged 5 commits from feature/cicd into main 2021-07-12 00:13:19 +00:00
Showing only changes of commit ce74bdeb39 - Show all commits

View file

@ -25,32 +25,3 @@ steps:
- main
event:
- push
---
kind: pipeline
type: docker
name: manifest
steps:
- name: publish
image: plugins/manifest
settings:
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