Skip to content

ci: make release build with read-only cache #2

ci: make release build with read-only cache

ci: make release build with read-only cache #2

Workflow file for this run

name: Daffodil Build Release
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build Release
uses: ./.github/workflows/build.yml
with:
cache-mode: 'read-only'
ref: ${{ github.sha }}
secrets:
NX_KEY: ${{ secrets.NX_KEY }}
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_NX_CACHE_READWRITE_CONNECTION_STRING }}