Files
guacamole-tomcat/.drone.yml
gyurix be9f66dee9
Some checks failed
continuous-integration/drone/push Build is failing
Add .gitignore and .ratignore files for various directories
2025-04-29 21:43:12 +02:00

33 lines
630 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
when:
event:
- push