From e6c1764c0cfa580d7bd43f8206299711f468fe2d Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Fri, 21 Nov 2025 22:14:16 +0300 Subject: [PATCH] Update action --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 0968ffe..754bac8 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -40,7 +40,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ gitea.repository }}/test-app:latest + tags: sirius.klsh.ru/${{ gitea.repository }}/test-app:latest - name: Job status run: echo "This job's status is ${{ job.status }}."