ci(build): another docker install candiate
Test and Lint / test (push) Failing after 1m18s
Build and Push Docker Images / test (push) Successful in 2m56s
Build and Push Docker Images / build-api (push) Failing after 7s
Build and Push Docker Images / build-frontend (push) Failing after 7s

This commit is contained in:
2026-04-02 21:21:22 -04:00
parent 88812b5967
commit ef97710d1c
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
- name: Install dependencies
shell: sh
run: |
apt-get update && apt-get install -y git docker-ce
apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io
- name: Checkout code
shell: sh
@@ -137,7 +137,7 @@ jobs:
- name: Install dependencies
shell: sh
run: |
apt-get update && apt-get install -y git docker-ce
apt-get update && apt-get install -y git docker-ce docker-ce-cli containerd.io
- name: Checkout code
shell: sh