Skip to content

Commit

Permalink
Release/v5.4.0 (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 authored Mar 26, 2022
1 parent 15d7dc9 commit ed3aede
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 317 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
Loading

0 comments on commit ed3aede

Please sign in to comment.