Skip to content

Rename the workflow

Rename the workflow #2

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'hiep/add-github-actions'
tags:
- 'hiep/add-github-actions'
jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@hiep/add-reusable-workflows
with:
install-dependencies-command: 'sudo apt-get install libzmq3-dev'
run-unit-tests: true
run-integration-tests: true
docker_pipeline:
needs: ["lint_test"]
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
secrets: inherit
with:
publish: true