Files
guacamole-client/.drone.yml
gyurix1968 f4cf16834d
Some checks failed
continuous-integration/drone/push Build is failing
Update .drone.yml
2025-04-29 22:35:25 +02:00

38 lines
722 B
YAML

kind: pipeline
type: kubernetes
name: default
node_selector:
physical-node: dev1
trigger:
event:
- push
workspace:
path: /drone/src
steps:
- name: pull image to dockerhub
image: docker.io/owncloudci/drone-docker-buildx:4
privileged: true
settings:
cache-from: [ "safebox/guacamole-tomcat" ]
repo: safebox/guacamole-tomcat
dockerfile: Dockerfile.alpine
tags: latest
username:
from_secret: dockerhub-username
password:
from_secret: dockerhub-password
platforms:
- linux/amd64
- linux/arm64
build_args:
- "--pull"
- "--no-cache"
- "--force-rm"
when:
event:
- push