Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-26 18:34:10 +00:00
parent 9d72e70067
commit 3811b4fed0

View File

@@ -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
@@ -27,21 +42,6 @@ steps:
from_secret: dev-hu-registry-username
password:
from_secret: dev-hu-registry-password
platforms:
- 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