Skip to content

Adapt some things to changes in Debian 13 #85

Adapt some things to changes in Debian 13

Adapt some things to changes in Debian 13 #85

Workflow file for this run

---
name: Docker image
on:
push:
branches:
- main
schedule:
- cron: '11 1 18 * *'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
push: true
secrets: inherit