-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dockerize ignores git tags (#9027)
* chore(ci): package name removed from the PR title * chore(ci): Release please now will not include the component name on the tags. Tag release will be added to the Release Please PRs * fix: remove health check (#9001) Signed-off-by: Matt Krick <[email protected]> * fix: re-add serverHealthChecker (#9024) Signed-off-by: Matt Krick <[email protected]> * fix: ignore git tags when building Signed-off-by: Matt Krick <[email protected]> * fix: bash typo Signed-off-by: Matt Krick <[email protected]> --------- Signed-off-by: Matt Krick <[email protected]> Co-authored-by: Rafael Romero <[email protected]>
- Loading branch information
1 parent
a6520c1
commit e9ae97e
Showing
2 changed files
with
14 additions
and
8 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
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ jobs: | |
with: | ||
command: manifest | ||
default-branch: release | ||
release-type: node |