From 33e83547bb468292d0c5881d654196370174c5f1 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Sun, 27 Apr 2025 08:55:33 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index e3ea592..a5a4349 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,21 @@ workspace: path: /drone/src steps: + - name: pull image to dockerhub + image: docker.io/owncloudci/drone-docker-buildx:4 + privileged: true + settings: + cache-from: [ "safebox/jellyfin-init-container" ] + repo: safebox/jellyfin-init-container + tags: latest + username: + from_secret: dockerhub-username + password: + from_secret: dockerhub-password + platforms: + - linux/amd64 + - linux/arm64 + - name: build multiarch from dev image: docker.io/owncloudci/drone-docker-buildx:4 privileged: true @@ -31,18 +46,4 @@ steps: - linux/amd64 - linux/arm64 - - name: pull image to dockerhub - image: docker.io/owncloudci/drone-docker-buildx:4 - privileged: true - settings: - cache-from: [ "safebox/jellyfin-init-container" ] - repo: safebox/jellyfin-init-container - tags: latest - username: - from_secret: dockerhub-username - password: - from_secret: dockerhub-password - platforms: - - linux/amd64 - - linux/arm64 \ No newline at end of file