Skip to content

I *think* this change fixes somethign with music libraries. Let's see #10

I *think* this change fixes somethign with music libraries. Let's see

I *think* this change fixes somethign with music libraries. Let's see #10

Workflow file for this run

name: Named Tag
on:
push:
tags:
- '*'
jobs:
docker:
uses: ./.github/workflows/docker-build.yaml
with:
tag: ${{ github.ref_name }}
secrets: inherit