ci: updated the docker install canidate
Test and Lint / test (push) Failing after 1m17s
Build and Push Docker Images / test (push) Successful in 3m3s
Build and Push Docker Images / build-api (push) Failing after 3s
Build and Push Docker Images / build-frontend (push) Failing after 3s

This commit is contained in:
2026-04-02 21:11:09 -04:00
parent bd10925c97
commit 90e58949fc
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
shell: sh shell: sh
run: | run: |
apt-get install -y git docker.io apt-get install -y git docker-ce
- name: Checkout code - name: Checkout code
shell: sh shell: sh
@@ -137,7 +137,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
shell: sh shell: sh
run: | run: |
apt-get install -y git docker.io apt-get install -y git docker-ce
- name: Checkout code - name: Checkout code
shell: sh shell: sh