Fixed maybe
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0661280e8b
commit
7d5ade1306
16
.drone.yml
16
.drone.yml
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue