Skip to content

reenable pipeline for test #79

reenable pipeline for test

reenable pipeline for test #79

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'devops/add-docker-security-r3'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@huy/add-docker-sec
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
secrets: inherit
with:
publish: true
docker_scan: true