Skip to content

Backport v17 changelog (#288) #190

Backport v17 changelog (#288)

Backport v17 changelog (#288) #190

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]
secrets: inherit
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
run-unit-tests: true
run-integration-tests: false
run-lint: true
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
needs: ["lint_test"]
secrets: inherit
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
with:
publish: true
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond
docker_scan: true