diff --git a/.drone.yml b/.drone.yml index fb2cb78..e3ea592 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,21 +14,6 @@ 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 @@ -44,4 +29,20 @@ steps: from_secret: dev-hu-registry-password platforms: - linux/amd64 - - linux/arm64 \ No newline at end of file + - 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