Update Docker image and add multi-platform support in .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-03 22:23:17 +01:00
parent 58144c5053
commit 8b51bab846

View File

@@ -31,11 +31,15 @@ steps:
- linux/arm64
- name: pull image to dockerhub
image: plugins/docker
image: docker.io/owncloudci/drone-docker-buildx:4
privileged: true
settings:
repo: safebox/framework-scheduler
tags: latest
username:
from_secret: dockerhub-username
password:
from_secret: dockerhub-password
from_secret: dockerhub-password
platforms:
- linux/amd64
- linux/arm64