diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b69336d3..0927f5ab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: - name: Docker Build uses: docker/build-push-action@v2 with: - tags: todogroup/repolinter:latest + tags: ${{ github.repository }}:latest load: true cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache