Merge branch 'develop' of ssh://gitea.gofwd.group:2225/sean/shadow-gunbuilder-ai-proto into develop
CI / deploy (push) Failing after 16s

This commit is contained in:
2026-03-31 21:45:55 -04:00
+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 "${{ env.DOCKER_PASSWORD }}" | docker login --username "${{ env.DOCKER_USERNAME }}" --password-stdin run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username "${{ env.DOCKER_USERNAME }}" --password-stdin
- uses: actions/checkout@v4 - uses: actions/checkout@v4