building a docker image
Some checks reported warnings
continuous-integration/drone Build is passing
Security analysis / Trivy scan (push) Has been cancelled
Publish Docker image / Metadata (push) Has been cancelled
Publish Docker image / Publish (push) Has been cancelled

This commit is contained in:
2023-10-22 15:19:15 +02:00
parent 09a2e93897
commit de40fe2f9b

View File

@@ -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