chore: add check in finality for block height finality parameter to a… #119
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
name: docker_publish | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'dev' | |
tags: | |
- '*' | |
jobs: | |
lint_test: | |
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.7.0 | |
secrets: inherit | |
with: | |
run-unit-tests: true | |
run-integration-tests: false | |
run-lint: true | |
docker_pipeline: | |
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.7.0 | |
needs: ["lint_test"] | |
secrets: inherit | |
with: | |
publish: true | |
dockerfile: ./contrib/images/babylond/Dockerfile | |
repoName: babylond |