Some checks reported warnings
Publish Docker image / Metadata (push) Has been cancelled
Publish Docker image / Publish (push) Has been cancelled
Security analysis / Trivy scan (push) Has been cancelled
11 lines
132 B
YAML
11 lines
132 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: salt-docker-master
|
|
|
|
steps:
|
|
- name: test
|
|
image: alpine
|
|
commands:
|
|
- echo hello
|
|
- echo world
|