Skip to content

Point resuable workflows to v0.1.0 #2

Point resuable workflows to v0.1.0

Point resuable workflows to v0.1.0 #2

Workflow file for this run

name: docker_publish
on:
push:
branches:
- '**'
tags:
- '**'
jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
docker_pipeline:
needs: ["lint_test"]
uses: babylonchain/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true