Skip to content

chore(deps): bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 … #36

chore(deps): bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 …

chore(deps): bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 … #36

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.3.1
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
run-unit-tests: true
run-integration-tests: true
run-lint: true
install-dependencies-command: |
sudo apt-get update
sudo apt-get install -y libzmq3-dev
docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.3.1
secrets: inherit
with:
publish: true