diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 754bac8..bf854e8 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -27,7 +27,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - - name: Log in to Docker Hub + - name: Log in to container registry uses: docker/login-action@v3 with: registry: sirius.klsh.ru @@ -40,7 +40,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: sirius.klsh.ru/${{ gitea.repository }}/test-app:latest + tags: sirius.klsh.ru/${{ gitea.organisation }}/test-app:latest - name: Job status run: echo "This job's status is ${{ job.status }}."