Skip to content

update config.toml.example #34

update config.toml.example

update config.toml.example #34

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'chore/ci-publish-docker'
- 'main'
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