Skip to content

Commit

Permalink
Update tutorial add spec.source.type to the example build definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Thasnim Abdulla <[email protected]>
  • Loading branch information
thasnim-fluxone committed Dec 2, 2024
1 parent 6a257c0 commit afd97dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/building_with_buildkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ metadata:
name: go-tutorial-buildkit
spec:
source:
type: Git
git:
url: https://github.com/shipwright-io/sample-go
contextDir: docker-build
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/building_with_buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ metadata:
name: ruby-tutorial
spec:
source:
type: Git
git:
url: https://github.com/shipwright-io/sample-ruby
contextDir: source-build
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/building_with_kaniko.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ metadata:
name: go-tutorial
spec:
source:
type: Git
git:
url: https://github.com/shipwright-io/sample-go
contextDir: docker-build
Expand Down

0 comments on commit afd97dd

Please sign in to comment.