Fixed maybe
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-05-11 12:48:37 +02:00
parent 0661280e8b
commit 7d5ade1306
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 9 additions and 7 deletions

View File

@ -16,7 +16,7 @@ steps:
dockerfile: Dockerfile
repo: dutchellie/pepebot
tags:
- latest
- latest-amd64
- name: build-service
image: plugins/docker
settings:
@ -27,7 +27,7 @@ steps:
dockerfile: pepeservice/Dockerfile
repo: dutchellie/pepebot_service
tags:
- latest-x86
- latest-amd64
---
@ -49,7 +49,7 @@ steps:
dockerfile: Dockerfile
repo: dutchellie/pepebot
tags:
- latest
- latest-arm64
- name: build-service
image: plugins/docker
settings:
@ -73,9 +73,10 @@ steps:
image: plugins/manifest
settings:
platforms:
- linux/x86
- linux/amd64
- linux/arm64
target: dutchellie/pepebot
target: dutchellie/pepebot:latest
template: dutchellie/pepebot:latest-ARCH
username:
from_secret: docker_username
password:
@ -84,9 +85,10 @@ steps:
image: plugins/manifest
settings:
platforms:
- linux/x86
- linux/amd64
- linux/arm64
target: dutchellie/pepebot_service
target: dutchellie/pepebot_service:latest
template: dutchellie/pepebot_service:latest-ARCH
username:
from_secret: docker_username
password: