-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support covenant_signer publishing
- Loading branch information
1 parent
8d23c16
commit 3748156
Showing
1 changed file
with
17 additions
and
0 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- 'main' | ||
- 'hiep/signer-build' | ||
tags: | ||
- '*' | ||
|
||
|
@@ -53,3 +54,19 @@ jobs: | |
- name: Run Gosec (covenant-signer) | ||
working-directory: ./covenant-signer | ||
run: gosec ./... | ||
|
||
docker_pipeline_covenant_signer: | ||
needs: ["go_sec_covenant_signer"] | ||
uses: babylonlabs-io/.github/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
publish: true | ||
dockerfile: ./covenant-signer/Dockerfile | ||
dockerContext: ./covenant-signer | ||
repoName: covenant-signer | ||
docker_scan: true | ||
permissions: | ||
# required for all workflows | ||
security-events: write | ||
# required to fetch internal or private CodeQL packs | ||
packages: read |