Skip to content

docs: add missing v2.5.0 to changelog #14

docs: add missing v2.5.0 to changelog

docs: add missing v2.5.0 to changelog #14

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
uses: mconf/mconf-ci-jobs/.github/workflows/lb-node-build.yml@main
with:
node-version: '18'
build-env: |
SITE_URL=${{ vars.SITE_URL }}
SHOW_INTERNAL_APIS=false
runs-on: '["ubuntu-22.04"]'
# lint:
# uses: mconf/mconf-ci-jobs/.github/workflows/lb-node-lint.yml@main
# with:
# node-version: '18'
push-scan:
uses: mconf/mconf-ci-jobs/.github/workflows/lb-push-scan-image.yml@main
with:
build-args: |
SITE_URL=${{ vars.SITE_URL }}
SHOW_INTERNAL_APIS=false
runs-on: '["ubuntu-22.04"]'
secrets: inherit