Skip to content

secret

secret #11

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'hiep/support-private-repo'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-build: true
go-private-repos-authentication: true
docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true
go-private-repos-authentication: true