diff --git a/.github/workflows/DiploiBuild.yaml b/.github/workflows/DiploiBuild.yaml index 3109320..9c03909 100644 --- a/.github/workflows/DiploiBuild.yaml +++ b/.github/workflows/DiploiBuild.yaml @@ -11,7 +11,7 @@ env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} INITIAL_PROJECT_IMAGE_NAME: ${{ github.repository }}-initial-project - DEMO_TARGET_REPOSITORY: 'https://x-access-token:${{ secrets.DEMO_REPOSITORY_PAT }}@github.com/diploi/${{ github.repository }}-demo.git' + DEMO_TARGET_REPOSITORY: 'https://x-access-token:${{ secrets.DEMO_REPOSITORY_PAT }}@github.com/${{ github.repository }}-demo.git' DEMO_TAG_NAME: '${GITHUB_REF#refs/tags/}' jobs: