Skip to content

🐛 Limit volume to a value between 0-1 (#2931) #865

🐛 Limit volume to a value between 0-1 (#2931)

🐛 Limit volume to a value between 0-1 (#2931) #865

name: Build on push [dev/stable]
on:
push:
branches: ['development']
tags:
- 'v*'
jobs:
create-release-job:
if: github.ref == 'refs/heads/development'
uses: './.github/workflows/create-release-workflow.yml'
secrets: inherit
build-development-on-push-job:
if: github.ref == 'refs/heads/development'
uses: './.github/workflows/build-workflow.yml'
with:
architectures: linux/amd64
secrets: inherit
build-stable-on-push-job:
if: startsWith(github.ref, 'refs/tags/v')
uses: './.github/workflows/build-workflow.yml'
with:
architectures: |
linux/amd64
linux/arm64
secrets: inherit