.github/workflows/build.yml: Deploy VP2430 from different tag

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Michał Żygowski
2024-11-13 11:50:49 +01:00
parent 503681fe5b
commit 10ce207b0f
+14 -1
View File
@@ -290,7 +290,20 @@ jobs:
strategy:
matrix:
vendor: [ protectli ]
model: [ vp32xx, vp2430 ]
model: [ vp32xx ]
deploy_protectli_vp2430:
if: startsWith(github.ref, 'refs/tags/protectli_vp2430_')
needs: build_protectli
uses: ./.github/workflows/deploy-template.yml
with:
platform: protectli
vendor: ${{ matrix.vendor }}
model: ${{ matrix.model }}
secrets: inherit
strategy:
matrix:
vendor: [ protectli ]
model: [ vp2430 ]
deploy_protectli_jsl:
if: startsWith(github.ref, 'refs/tags/protectli_vault_jsl')
needs: build_protectli