Skip to content

feat: streamline GitHub Actions for x86_64 and s390x Docker builds only #8

feat: streamline GitHub Actions for x86_64 and s390x Docker builds only

feat: streamline GitHub Actions for x86_64 and s390x Docker builds only #8

Workflow file for this run

name: Release Suite
permissions:
contents: write
packages: write
on:
push:
tags:
- v0.*
- v1.*
jobs:
Release:
uses: ./.github/workflows/publish-simplified.yml
with:
git_ref: ${{ github.ref }}
channel: release
secrets: inherit