Skip to content

Merge branch 'bullseye' into bookworm #10

Merge branch 'bullseye' into bookworm

Merge branch 'bullseye' into bookworm #10

name: Build Docker Image on tag
on:
push:
branches-ignore:
- 'bionic'
- 'buster'
- 'bullseye'
tags:
- 'v*.*.*'
jobs:
build:
uses: ./.github/workflows/docker.build.bookworm.yaml
secrets: inherit