Fix: install docker CLI in build container
Some checks failed
Build & Push Docker Image / build (push) Failing after 9m55s

This commit is contained in:
Helios Agent 2026-03-28 14:47:39 +01:00
parent 7b2ee7f616
commit e3acd0b8f4
No known key found for this signature in database
GPG key ID: C8259547CD8309B5

View file

@ -12,6 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Docker CLI
run: |
apt-get update -qq && apt-get install -y -qq docker.io
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3