Skip to content

set IS_RELEASE to NO #6

set IS_RELEASE to NO

set IS_RELEASE to NO #6

---
name: Build packages for tags
on:
push:
jobs:
call-build-packages-auth:
uses: romeroalx/pdns/.github/workflows/test-build-slsa.yml@test-build-slsa
with:
is_release: 'NO'
product: 'authoritative'
ref: ${{ github.ref_name }}
# call-build-packages-dnsdist:
# uses: romeroalx/pdns/.github/workflows/test-build-slsa.yml@test-build-slsa
# with:
# is_release: 'YES'
# product: 'dnsdist'
# ref: ${{ github.ref_name }}
#
# call-build-packages-rec:
# uses: romeroalx/pdns/.github/workflows/test-build-slsa.yml@test-build-slsa
# with:
# is_release: 'YES'
# product: 'recursor'
# ref: ${{ github.ref_name }}