upd
Some checks failed
Deploy Gitea Custom / build-and-deploy (push) Failing after 36s

This commit is contained in:
Pasha 2025-08-24 18:34:26 +03:00
parent 2a53dff66f
commit 08905c9e9b

@ -19,7 +19,9 @@ jobs:
- name: Build Docker image
run: |
docker build -t gitea-custom:latest .
docker build \
--build-arg GITEA_VERSION=1.24.5 \
-t gitea-custom:latest .
- name: Stop and remove existing container
run: |