diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 750603aabf..4e4bcdfd67 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -72,6 +72,13 @@ jobs: exit 1 fi + - name: Login to Internal Container Registry + uses: docker/login-action@v3 + with: + registry: ${{ secrets.LOCAL_IMAGE_REGISTRY }} + username: ${{ secrets.LOCAL_IMAGE_REGISTRY_USERNAME }} + password: ${{ secrets.LOCAL_IMAGE_REGISTRY_TOKEN }} + - name: Test build run: devbox run -- make ${{ inputs.make-target }} LABEL_FILTERS='${{ inputs.e2e-labels }}' env: