diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6b8d64..b0516ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: echo ${{ github.event.repository.name }} + - run: echo ${{ github.repository }} - run: echo "TAG=${{ hashFiles(format('.docker/php{0}.Dockerfile', matrix.php)) }}" >> $GITHUB_ENV - uses: docker/login-action@v3 with: