-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Mbanq/develop
Release new version
- Loading branch information
Showing
170 changed files
with
59,708 additions
and
18,793 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Build and Push to GHCR.IO | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
build: | ||
name: Build and Push | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build:checkout | ||
uses: actions/checkout@v2 | ||
- name: Build:dockerimage | ||
uses: docker/build-push-action@v1 | ||
with: | ||
registry: ghcr.io | ||
username: "sophanith2020" | ||
password: ${{ secrets.GHCIO }} | ||
repository: mbanq/watchman | ||
tags: dev-latest |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
client/api/openapi.yaml:generic-api-key:2923 |
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 |
---|---|---|
@@ -1,10 +1,18 @@ | ||
# This file lists all individuals having contributed content to the repository. | ||
# For how it is generated, see `make AUTHORS`. | ||
|
||
Adam Pugh <[email protected]> | ||
Adam Shannon <[email protected]> | ||
Brooke Kline <[email protected]> | ||
Daniel Tonks <[email protected]> | ||
Chris Kelly <[email protected]> | ||
ckelly-digicert <[email protected]> | ||
Daniel Tonks <[email protected]> | ||
Franklin Henderson <[email protected]> | ||
Gregory Oschwald <[email protected]> | ||
Hamp Goodwin <[email protected]> | ||
Logan Hendricks <[email protected]> | ||
Nathan Lakritz <[email protected]> | ||
Ray Johnson <[email protected]> | ||
Renovate Bot <[email protected]> | ||
rayjlinden <[email protected]> | ||
Vincent Xiao <[email protected]> | ||
Wade Arnold <[email protected]> |
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
Oops, something went wrong.