diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d60c870..a13f335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: name/app + images: ${{ github.repository }} - name: Login to DockerHub if: github.event_name != 'pull_request'