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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user