Build docker images with other linux (#5837)

This commit is contained in:
Austin
2025-01-21 18:53:32 -06:00
committed by GitHub
co-authored by GitHub
parent 9041af365d
commit 71591fb06a
6 changed files with 281 additions and 55 deletions
+7
View File
@@ -9,6 +9,13 @@ permissions:
packages: write
jobs:
build-docker:
uses: ./.github/workflows/docker_manifest.yml
with:
release_channel: |-
${{ contains(github.event.release.name, 'Beta') && 'beta' || contains(github.event.release.name, 'Alpha') && 'alpha' }}
secrets: inherit
package-ppa:
strategy:
fail-fast: false