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

This commit is contained in:
2026-04-15 18:08:09 +00:00
parent 63e7c4a037
commit 1aacae0200

View File

@@ -20,10 +20,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Docker CLI
run: |
apt-get update
apt-get install docker.io
# - name: Install Docker CLI
# run: |
# apt-get update
# apt-get install docker.io
- name: Check Docker
run: |