feature pipeline fix 0.0007
Some checks failed
Build Docker / build (push) Failing after 26s

This commit is contained in:
2026-02-28 11:48:04 +03:00
parent d956b2dd1f
commit 6081fab869

View File

@@ -9,8 +9,7 @@ jobs:
steps:
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io
apt-get update && apt-get install -y docker.io
- uses: actions/checkout@v4
- name: Create .env file
run: |