Files
Materialschein/.gitea/workflows/test-build-only.yml
T
Fidelis HuberandClaude Sonnet 5 5f008bb373
Build and Deploy / version (push) Successful in 2s
Build and Deploy / build (push) Failing after 1s
Build and Deploy / deploy (push) Skipped
Add temporary test-build-only workflow (no registry push) to verify Docker build
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-21 17:25:56 +02:00

13 lines
243 B
YAML

name: Test Build Only (temporary, no push)
on:
workflow_dispatch:
jobs:
build:
runs-on: linux
steps:
- uses: actions/checkout@v4
- name: Docker build (no push)
run: docker build -t materialschein-test:local .