Add manifest?
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
824aa4f81a
commit
0661280e8b
38
.drone.yml
38
.drone.yml
|
@ -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
|
Loading…
Reference in New Issue