From de40fe2f9b31188764db5b9d46116ac1f37c4e52 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 22 Oct 2023 15:19:15 +0200 Subject: [PATCH] building a docker image --- .drone.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5aca77c..d064c2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,18 @@ kind: pipeline type: docker name: salt-docker-master +platform: + os: linux + arch: arm64 + steps: -- name: test - image: busybox - commands: - - echo hello - - echo world +- name: build + image: plugins/docker + settings: + repo: http://cr.wks/salt + tags: + - latest + when: + event: + - push + \ No newline at end of file