Add manifest?
continuous-integration/drone/push Build is failing Details

This commit is contained in:
DutchEllie 2022-05-11 12:41:37 +02:00
parent 824aa4f81a
commit 0661280e8b
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 36 additions and 2 deletions

View File

@ -27,7 +27,7 @@ steps:
dockerfile: pepeservice/Dockerfile
repo: dutchellie/pepebot_service
tags:
- latest
- latest-x86
---
@ -60,4 +60,38 @@ steps:
dockerfile: pepeservice/Dockerfile
repo: dutchellie/pepebot_service
tags:
- latest
- latest-arm64
---
kind: pipeline
type: kubernetes
name: manifest
steps:
- name: manifest-main
image: plugins/manifest
settings:
platforms:
- linux/x86
- linux/arm64
target: dutchellie/pepebot
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: manifest-pepebotservice
image: plugins/manifest
settings:
platforms:
- linux/x86
- linux/arm64
target: dutchellie/pepebot_service
username:
from_secret: docker_username
password:
from_secret: docker_password
depends_on:
- pepebot_build_arm64
- pepebot_build_x86