Skip to content

chore: backport release v090 (#105) (#106) #50

chore: backport release v090 (#105) (#106)

chore: backport release v090 (#105) (#106) #50

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'base/consumer-chain-support'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-build: true
run-gosec: true
gosec-args: "-exclude-generated -exclude-dir=itest -exclude-dir=testutil ./..."
docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true
dockerfile: ./Dockerfile
repoName: finality-provider