Skip to content

.github: include license file in tarballs #46

.github: include license file in tarballs

.github: include license file in tarballs #46

Workflow file for this run

name: Container Claus
on:
push:
branches:
- '**'
tags:
- 'v[0-9]*.*'
workflow_dispatch:
jobs:
supervisor:
permissions:
packages: write
contents: write
strategy:
matrix:
app: [curios, curios-httpd, curios-ntpd, curios-nftables]
uses: ./.github/workflows/build-push.yml
with:
app: ${{ matrix.app }}
ver: $(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
secrets:
token: ${{ secrets.GITHUB_TOKEN }}