Skip to content

chore(deps): bump github.com/ethereum/go-ethereum from 1.13.14 to 1.1… #13

chore(deps): bump github.com/ethereum/go-ethereum from 1.13.14 to 1.1…

chore(deps): bump github.com/ethereum/go-ethereum from 1.13.14 to 1.1… #13

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'dev'
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