Skip to content

merge latest main into v0.1.x (#20) #15

merge latest main into v0.1.x (#20)

merge latest main into v0.1.x (#20) #15

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: false
run-lint: true
docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true
dockerfile: ./contrib/images/staking-expiry-checker/Dockerfile