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

This commit is contained in:
pasha1coil 2025-08-25 14:14:51 +03:00
parent c90ec94bef
commit 11b082cdf3

@ -18,7 +18,9 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 run: |
git clone http://gitea.pena/PenaDevops/gitea.git .
git checkout ${{ github.ref }}
- name: Build container image - name: Build container image
run: | run: |