Skip to content

Commit

Permalink
upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Sep 3, 2024
1 parent 31cf776 commit 87afcfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ task: Available tasks for this project:
* commit: Commit + push code into branch
* delete-branch: Delete branch from origin
* install: Install
* ko: Build image w/ KO
* build-ko: Build image w/ KO
* lint: Lint
* pr: Create pull request into main
* release: Relase binaries
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tasks:
cmds:
- machineShop render --source local --template tests/template.yaml --defaults tests/default.yaml

ko:
build-ko:
desc: Build image w/ KO
deps: [lint, test]
env:
Expand Down

0 comments on commit 87afcfe

Please sign in to comment.