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

This commit is contained in:
2026-04-15 17:59:49 +00:00
parent dd80733c66
commit ce3df216c3

View File

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