Skip to content

chore: add inception time in db (#59) #28

chore: add inception time in db (#59)

chore: add inception time in db (#59) #28

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.6.0
with:
run-unit-tests: true
run-integration-tests: false
run-lint: false
docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.6.0
secrets: inherit
with:
publish: true
dockerfile: ./contrib/images/babylon-staking-indexer/Dockerfile