Skip to content

Merge branch 'fix/circular-deps-finalized-head' into feat/simplify-ra… #23

Merge branch 'fix/circular-deps-finalized-head' into feat/simplify-ra…

Merge branch 'fix/circular-deps-finalized-head' into feat/simplify-ra… #23

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'
- 'feat/simplify-range-finalized-check'
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