Skip to content

reenable pipeline for test #88

reenable pipeline for test

reenable pipeline for test #88

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:
go-version: '1.23'
go-lint-version: 'v1.60.2'
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

Check failure on line 22 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@huy/add-docker-sec" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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