From f0815f3e9b212f424f5adb0c572a71119ad4a8a0 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:02:29 +0530 Subject: T6732: added build image workflow --- .github/workflows/build-image.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/build-image.yml 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 -- cgit v1.2.3