-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old workflows add skaffold-build workflow
- Loading branch information
John Wregglesworth
committed
Mar 5, 2024
1 parent
f51abe8
commit 4383bd3
Showing
3 changed files
with
16 additions
and
69 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: skaffold-build | ||
|
||
on: | ||
push: | ||
tags: | ||
- "v[0-9]+.[0-9]+.[0-9]+" | ||
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" | ||
|
||
jobs: | ||
call-workflow-passing-data: | ||
uses: cyverse-de/github-workflows/.github/workflows/[email protected] | ||
with: | ||
build-prerelease: ${{ contains(github.ref_name, '-rc') }} | ||
secrets: | ||
harbor-username: ${{ secrets.HARBOR_USERNAME }} | ||
harbor-password: ${{ secrets.HARBOR_PASSWORD }} |