Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep authored Dec 5, 2024
1 parent f3a1a85 commit 3c8c76d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
Expand All @@ -19,7 +19,7 @@ jobs:
gosec-args: "-exclude-generated -exclude-dir=itest -exclude-dir=testutil -exclude-dir=covenant-signer ./..."

docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
secrets: inherit
with:
publish: false
Expand Down Expand Up @@ -47,11 +47,11 @@ jobs:
run: gosec ./...

docker_pipeline_covenant_signer:
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
secrets: inherit
with:
publish: false
dockerfile: ./covenant-signer/Dockerfile
dockerContext: ./covenant-signer
repoName: covenant-signer
docker_scan: true
docker_scan: true

0 comments on commit 3c8c76d

Please sign in to comment.