Skip to content

fix nil dereference error #30

fix nil dereference error

fix nil dereference error #30

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'chore/ci-publish-docker'
- 'main'
# TODO: delete temp branch after merging with main
- 'fix/batch-process-bug'
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