fix daily-docker.yml

This commit is contained in:
2026-04-19 21:47:10 +02:00
parent 7257c35247
commit 8a46ddc068
2 changed files with 2 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ jobs:
- name: 🛠️ Docker Buildx einrichten
if: steps.check.outputs.should_build == 'true'
uses: docker/setup-buildx-action@v3
with:
driver: docker
- name: 🏗️ Docker Image bauen und pushen
if: steps.check.outputs.should_build == 'true'

View File