Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
Add missing validate and validate-ci by using make ci,
also run make package and make package-webhook since
they are not included in make ci

Signed-off-by: Cooper Tseng <[email protected]>
  • Loading branch information
brandboat authored and bk201 committed Jul 12, 2024
1 parent c99d860 commit 3de2c8d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Run dapper
run: make default
- name: ci
run: make ci

- name: Package
run: make package

- name: Package webhook
run: make package-webhook

- name: Read Secrets
uses: rancher-eio/read-vault-secrets@main
Expand Down

0 comments on commit 3de2c8d

Please sign in to comment.