diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-26 01:02:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 01:02:29 +0530 |
commit | f0815f3e9b212f424f5adb0c572a71119ad4a8a0 (patch) | |
tree | 38b274bd801a065089897704be74c233bff824b7 | |
parent | 908b1f811dbd74a7fe17bbe13ce0bffd1fb75196 (diff) | |
download | vyos-workflow-test-temp-f0815f3e9b212f424f5adb0c572a71119ad4a8a0.tar.gz vyos-workflow-test-temp-f0815f3e9b212f424f5adb0c572a71119ad4a8a0.zip |
T6732: added build image workflow
-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 |