Fix: Explicitly use Bourne shell (sh) for Install Docker CLI step
Some checks failed
Build & Push Docker Image to GHCR / build-and-push (push) Failing after 13s

This commit is contained in:
Kroonk
2026-05-20 16:25:02 +02:00
parent 13e1f35ae0
commit 22411b4cc3

View File

@@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Docker CLI
shell: sh
run: |
if ! command -v docker >/dev/null 2>&1; then
echo "Docker CLI not found. Installing static binary..."