optimize gitea_deploy
All checks were successful
Deploy Gitea Custom / build-and-deploy (push) Successful in 11m56s

This commit is contained in:
pasha1coil 2025-08-26 09:39:01 +03:00
parent 0650c1a984
commit e05a7361ba

@ -44,7 +44,7 @@ jobs:
-p 3001:3000 \ -p 3001:3000 \
-p 2223:22 \ -p 2223:22 \
--restart unless-stopped \ --restart unless-stopped \
localhost/gitea-custom::${{ github.ref_name }} localhost/gitea-custom:${{ github.ref_name }}
#jobs: #jobs:
# build-and-deploy: # build-and-deploy: