Build and push image on gargoton
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2024-05-20 11:42:06 +02:00
parent 02475a0e22
commit 82b0cddbbd

33
.drone.yml Normal file
View File

@@ -0,0 +1,33 @@
---
kind: pipeline
ype: docker
name: build-multiarch-images
platform:
os: linux
arch: amd64
steps:
- name: docker
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: gargoton.coissac.eu
username:
from_secret: GARGOTON_LOGIN
password:
from_secret: GARGOTON_PASSWORD
repo: gargoton.coissac.eu/image/docker-sigal
tags:
- latest
platforms:
- linux/arm64
- linux/amd64
rigger:
branch:
- main
event:
exclude:
- pull_request