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