Add Docker image pull step to .drone.yml for Docker Hub deployment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-03 22:17:07 +01:00
parent f6adf26c29
commit 58144c5053

View File

@@ -28,4 +28,14 @@ steps:
from_secret: dev-hu-registry-password
platforms:
- linux/amd64
- linux/arm64
- linux/arm64
- name: pull image to dockerhub
image: plugins/docker
settings:
repo: safebox/framework-scheduler
tags: latest
username:
from_secret: dockerhub-username
password:
from_secret: dockerhub-password