Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/usage/stage_orchestration.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ version: "1"
stages:
build:
steps:
- name: Build My Docker Image
image: target/vela-kaniko:latest
parameters:
registry: index.docker.io
repo: index.docker.io/octocat/hello-world
dry-run: true
- name: Build My Code
image: golang:latest
environment:
CGO_ENABLED: '0'
GOOS: linux
commands:
- go build
notify:
needs: [ build ]
steps:
Expand Down
Loading