Skip to content

chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5 … #5

chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5 …

chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5 … #5

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'dev'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
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/[email protected]
secrets: inherit
with:
publish: true