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,7 +31,8 @@ steps:
- linux/arm64 - linux/arm64
- name: pull image to dockerhub - name: pull image to dockerhub
image: plugins/docker image: docker.io/owncloudci/drone-docker-buildx:4
privileged: true
settings: settings:
repo: safebox/framework-scheduler repo: safebox/framework-scheduler
tags: latest tags: latest
@@ -39,3 +40,6 @@ steps:
from_secret: dockerhub-username from_secret: dockerhub-username
password: password:
from_secret: dockerhub-password from_secret: dockerhub-password
platforms:
- linux/amd64
- linux/arm64