diff options
-rw-r--r-- | .github/workflows/build-image.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml new file mode 100644 index 0000000..63d53e0 --- /dev/null +++ b/.github/workflows/build-image.yml @@ -0,0 +1,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"
\ No newline at end of file |