-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add skaffold build test * upgrade custom actions * use a later version of skaffold * instruct earthly to create the correct image * fix helm chart, based on skaffold testing. yay! * bump chart
- Loading branch information
Showing
6 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
- '!.tool-versions' | ||
- '!COPYING.LGPL-3' | ||
- '!.gitattributes' | ||
- '!..gitignore' | ||
- '!.gitignore' | ||
|
||
|
||
jobs: | ||
|
@@ -33,3 +33,23 @@ jobs: | |
# intentionally avoiding --push, this is just | ||
# to test the command | ||
- run: earthly +release | ||
|
||
skaffold: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: earthly/actions-setup@v1 | ||
with: { version: v0.6.30 } | ||
|
||
- uses: actions/checkout@v3 | ||
|
||
- name: start minikube | ||
uses: hiberbee/[email protected] | ||
|
||
- name: setup helm | ||
uses: hiberbee/[email protected] | ||
|
||
- name: run skaffold | ||
uses: hiberbee/[email protected] | ||
with: | ||
skaffold-version: 2.0.3 | ||
command: run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters