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
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:
19
.drone.yml
19
.drone.yml
@@ -3,9 +3,18 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: salt-docker-master
|
name: salt-docker-master
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: build
|
||||||
image: busybox
|
image: plugins/docker
|
||||||
commands:
|
settings:
|
||||||
- echo hello
|
repo: http://cr.wks/salt
|
||||||
- echo world
|
tags:
|
||||||
|
- latest
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
Reference in New Issue
Block a user