Skip to content

fix: close error channel #22

fix: close error channel

fix: close error channel #22

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'chore/ci-publish-docker'
- 'main'
# TODO: remove temp branch
- 'fix/circular-deps-finalized-head'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-build: true
run-lint: true
run-unit-tests: true
run-check-mock-gen: true
run-gosec: true
gosec-args: "-exclude-generated -exclude-dir=testutil ./..."
docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true
repoName: finality-gadget