From 82b0cddbbd8d522f5c0c73045df50b2e2052116a Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 20 May 2024 11:42:06 +0200 Subject: [PATCH] Build and push image on gargoton --- .drone.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..04550cb --- /dev/null +++ b/.drone.yml @@ -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 +