Skip to content

test publish

test publish #5

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'dev'
- 'hiep/support-private-repo'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@hiep/go-pull-private
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/reusable_docker_pipeline.yml@hiep/go-pull-private
secrets: inherit
with:
publish: true
go-private-repos-authentication: true