ci: install bash+docker-cli+git via sh shell in setup step
Some checks failed
Build & Push Docker Image / build (push) Failing after 5s

This commit is contained in:
Michess
2026-04-13 12:22:43 +02:00
parent 46baf29eff
commit dfdf508064

View File

@@ -9,8 +9,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Docker CLI - name: Setup
run: apk add --no-cache docker-cli shell: sh
run: apk add --no-cache docker-cli bash git
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4