fix
Some checks failed
Deploy Gitea Custom / build-and-deploy (push) Failing after 13m0s

This commit is contained in:
pasha1coil 2025-08-25 19:30:07 +03:00
parent 1a3abdfc48
commit 5eb21d40b7

@ -51,7 +51,7 @@ jobs:
-e USER_GID=1000 \ -e USER_GID=1000 \
-v ${{ env.VOLUME_NAME }}:/data \ -v ${{ env.VOLUME_NAME }}:/data \
-p 3000:3000 \ -p 3000:3000 \
-p 2222:22 \ -p 2223:22 \
--restart unless-stopped \ --restart unless-stopped \
localhost/gitea-custom:${{ github.sha }} localhost/gitea-custom:${{ github.sha }}