fixing ci again 3
CI / deploy (push) Failing after 20s

This commit is contained in:
2026-03-31 16:48:31 -04:00
parent 20457af028
commit 677f4dd61c
+2
View File
@@ -12,6 +12,8 @@ jobs:
- name: Install Docker CLI
run: |
apt-get update && apt-get install -y docker.io
- name: Login to Docker Hub
run: echo "${{ DOCKER_PASSWORD }}" | docker login -u "${{ DOCKER_USERNAME }}" --password-stdin
- uses: actions/checkout@v4
- name: Pull latest images