Update .github/workflows/docker-image.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 12s

This commit is contained in:
2026-04-15 18:02:24 +00:00
parent ce3df216c3
commit 63e7c4a037

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker-ce-cli
apt-get install docker.io
- name: Check Docker
run: |