summaryrefslogtreecommitdiff
path: root/.github/workflows/build-image.yml
blob: 63d53e06c15f4b370996fc096cd0c00457709bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "Build image"

on:
  pull_request:
    # The branches below must be a subset of the branches above
    branches: [ "current" ]
  workflow_dispatch:

permissions:
  actions: read
  contents: read
  security-events: write

jobs:
  codeql-analysis-call:
    uses: vyos/.github/.github/workflows/build-image.yml@feature/T6732-image-build-workflow
    secrets: inherit
    with:
      release_version: "1.5"