fix 14
CI / deploy (push) Failing after 24s

This commit is contained in:
2026-03-31 22:00:01 -04:00
parent b1c45bb4b5
commit f52cf3d176
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
run: | run: |
apt-get update && apt-get install -y docker.io apt-get update && apt-get install -y docker.io
- name: Login to Docker Hub - name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin run: echo '${{ secrets.DOCKER_PASSWORD }}' | docker login --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- uses: actions/checkout@v4 - uses: actions/checkout@v4