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

This commit is contained in:
pasha1coil 2025-08-25 14:31:21 +03:00
parent 68e99dce40
commit 5a48c5b0a2

@ -21,11 +21,10 @@ jobs:
uses: http://gitea.pena:3000/PenaDevops/actions.git/checkout@v1
- name: Build container image
shell: bash
run: |
podman build \
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
-t gitea-custom:${{ github.sha }} .
podman build `
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} `
-t gitea-custom:${{ github.sha }} .
- name: Stop existing container
run: |