Skip to content

[2.8] Align gitlab resuable workflow with release-2.8 (#13034) #30

[2.8] Align gitlab resuable workflow with release-2.8 (#13034)

[2.8] Align gitlab resuable workflow with release-2.8 (#13034) #30

name: Build Dashboard 2.8 (Release)
on:
push:
tags:
- v2.8.*
jobs:
build-validation:
name: Validate Code
uses: ./.github/workflows/build-test.yaml
build:
name: Build and Upload
uses: ./.github/workflows/build-and-upload.yaml
needs:
- build-validation
permissions:
contents: 'read'
id-token: 'write'
with:
CI_BUILD_TAG: ${{github.ref_name}}