-
-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15d7dc9
commit ed3aede
Showing
5 changed files
with
365 additions
and
317 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 |
---|---|---|
|
@@ -160,7 +160,9 @@ jobs: | |
./bake-metadata.json | ||
targets: release | ||
push: false | ||
# Wait for tests to pass and push images (ONLY ON TAG) | ||
- name: Wait for tests to succeed | ||
if: startsWith(github.ref, 'refs/tags/') | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: ${{ github.ref }} | ||
|
@@ -193,8 +195,9 @@ jobs: | |
# Go Build | ||
- name: Build k3d Binary | ||
run: make build-cross | ||
# Wait | ||
# Wait for tests to pass and create release (ONLY ON TAG) | ||
- name: Wait for tests to succeed | ||
if: startsWith(github.ref, 'refs/tags/') | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: ${{ github.ref }} | ||
|
Oops, something went wrong.