Skip to content

Commit

Permalink
feat: Support covenant_signer publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Nov 30, 2024
1 parent 8d23c16 commit 3748156
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'hiep/signer-build'
tags:
- '*'

Expand Down Expand Up @@ -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

0 comments on commit 3748156

Please sign in to comment.