main merge to testing #8

Merged
imri merged 6 commits from main into testing 2022-10-15 21:58:23 +02:00
Showing only changes of commit f409dda628 - Show all commits
+10 -5
View File
@@ -1,9 +1,14 @@
kind: pipeline
name: Test
type: docker
steps:
- name: say-hello
image: busybox
- name: test
image: golang
commands:
- echo Test
- go test
- go build
- name: publish
image: plugins/docker
settings:
repo: octocat/hello-world
tags: [ latest, 1.0, 1 ]