Update .forgejo/workflows/docker-build.yml

This commit is contained in:
holzi1005 2025-06-22 14:35:36 +02:00
parent 30c682209a
commit 51283f5880

View file

@ -9,8 +9,9 @@ inputs:
description: "Version tag"
required: true
runs:
using: "composite"
jobs:
build:
runs-on: host
steps:
- name: Checkout Repository
uses: actions/checkout@v4