This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
Emit confirmed info event per confirmed block (#143) #1
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: babylonchain/.github/.github/workflows/[email protected] | |
with: | |
install-dependencies-command: 'sudo apt-get install libzmq3-dev' | |
run-unit-tests: true | |
run-integration-tests: true | |
docker_pipeline: | |
needs: ["lint_test"] | |
uses: babylonchain/.github/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
publish: true |