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 }}."